Peko icon indicating copy to clipboard operation
Peko copied to clipboard

Is it possible to provide battery optimizations (REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) Function?

Open auroralepus opened this issue 3 years ago • 1 comments

auroralepus avatar Mar 28 '22 09:03 auroralepus

I don't think this is needed, AFAIK this is not a dangerous permission. Quoting the docs:

Permission an application must hold in order to use ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS. This is a normal permission: an app requesting it will always be granted the permission, without the user needing to approve or see it. 

So requesting it with Peko should return permission granted result

deva666 avatar Mar 28 '22 09:03 deva666