I want to take Screenshot of Android device programmatically. I have searched lot of things but wherever i found, it is saying that either your device should be rooted or only you can take screenshot of your app only, i.e. if your app is in background then it will not take screenshot of home screen.
In short, i want screenshot which gives me whatever is on screen that user can seen. My own app may be in background.
- Device is not rooted
- Whole screen(only visible portion to user)
- App may be in background(but still should take screenshot of whatever visible to user, i.e. may be home screen)
To get screenshot you need to get root layout of the view
Cache the View into Bitmap
Save the bitmap on the device or such