omerjerk / Screenshotter

A library to take screenshots without root access
58 stars 26 forks source link

Feature Request : Access from a service. #6

Open sriharrsha opened 7 years ago

sriharrsha commented 7 years ago

How can I take a screenshot from a background service? If it is already done just update the readme file with service example.

Thanks Omer @omerjerk

abhisenberg commented 6 years ago

@sriharrsha Have you figured it out yet? Because I'm facing the same problem, I want to take a screenshot from a service, not sure how this can be implemented.

harrshasri commented 6 years ago

@abhisenberg No Abhishek I asked Omer. He said he would update. But he is not finding time. Hope Omer Writes an example soon

arwTheDev commented 5 years ago

how do you even implement this in your project

omerjerk commented 5 years ago

You have to get the permission in an Activity, then you can pass the Bundle to your service.

BilalAsif25 commented 4 years ago

@sriharrsha @omerjerk @arwTheDev @abhisenberg Any update? i also want to take screen shot from service with window manager containing screenshot button :), Please help me out if anyone has find something, thanks