Reputation: 143
Hi i saw the code for taking snapshot of android device if the device is rooted. How i can take the snapshot if the device is not rooted programatically
Upvotes: 0
Views: 172
Reputation: 10083
I had searched lot about this. Without root u can try ASL it works depending on phones ie; if u r lucky . All other apps require root permission for screenshot.
Upvotes: 0
Reputation: 11608
take a look at this sample project, it does what you need (browse to src and find ScreenshotDemo.java)
Upvotes: 1
Reputation: 1
The following App allows you to to take screenshots without root access.
https://play.google.com/store/apps/details?id=com.edwardkim.android.screenshotitfullnoroot&hl=en
Upvotes: 0