Android Question System Tools - Prevent Phone from Sleeping

aminoacid

Active Member
Licensed User
Longtime User
When my Application is installed I get the usual "App Permissions" dialog box. But it says .... XYZ needs access to: System Tools - prevent phone from sleeping.

I don't think that I have (intentionally) used a library, class or property that keeps the phone from sleeping and I don't really want my App to keep the phone from sleeping.


The libraries that I currently reference in my application are: Core, HttpUtils2, Network, Phone, RandomAccess File, and RSAsynchDownloader

So apparently somewhere in my code I have somehow activated this feature. Can anyone tell me which library/class/property can activate this feature?

Thanks!
 

aminoacid

Active Member
Licensed User
Longtime User
Thanks for identifying the library. Unfortunately I need to keep it and I don't see any reference to enabling/disabling this feature. Is there any other way to re-enable the "phone Sleep" mode?
 
Upvote 0
Top