samedi 5 juillet 2014

Take Screen Shot from Service


Vote count:

0




I have created an android app, in that I wants to take Screen Shot from Service.


Now, I use this code to do it.



View v = LocationDemo.getRootView();
v.setDrawingCacheEnabled(true);
Bitmap b = v.getDrawingCache();


But in Service it not works.


How to make possible.


Please help me.



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire