After doing a lot of research on this topic, though I found a few answers, I could not understand how the MediaProjection API works.
I want to take a screenshot of the device from a background Service class. Is it possible to do it. I have one MainActivity.java which starts a serviceIntent to another class which is a service(not an activity). So I want to implement this API in this service class. Please help me
This is tricky way to achieve this.
First of all you need to create transparent background theme like.
Now you need to add this apply this theme on your ScreenShotActivity in Manifest file.
Your ScreenShotActivity Class.
add these permissions in your Manifest file.
Now the magic start here you need to call your ScreenShotActivity from your service like this.