Hi all, I am trying to build up a screenshot app without root permission. I am wondering whether that I can get a current screen.
I found this, view.setDrawingCacheEnabled(true); Bitmap screenshot = Bitmap.createBitmap(view.getDrawingCache()); view.setDrawingCacheEnabled(false); but, It works my application only. Is there any way to get views such as sms, internet, home and other applications? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

