No. If you find a way to do it, report it immediately as a security bug. A device without root should not allow this, as doing so would indicate a major security flaw.
On Sun, Jun 10, 2012 at 10:42 PM, JK Park <[email protected]> wrote: > 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 -- 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

