Android Question Standby Request

FabioG

Active Member
Licensed User
Longtime User
Hi to all

how is it possible to request the interaction to allow the app not to be included in standby and the app is not included in the battery saver
with Android 8?

can you suggest the code?

Thanks
 

FabioG

Active Member
Licensed User
Longtime User
added
AddPermission(android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS)
on manifest editor
and it work great

Thanks
 
Upvote 0
Top