In android 6 Doze and App standby modes were introduces. I have a reminder 
app that works like simple alarm clock. I have implemented 
*AndAllowWhileIdle methods. However a lot of my app users still report me 
that reminders don't go off on Android 6 and later. And if they manually 
add whitelist the app then reminders go off appropriately. I have read 
official Doze and App standby docs here 
https://developer.android.com/training/monitoring-device-state/doze-standby.html.
 
I would like to use REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission and 
ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS intent action. But my app have 
to comply acceptable use cases that was described here 
https://developer.android.com/training/monitoring-device-state/doze-standby.html#whitelisting-cases.
 
There is Task automation app case in this list. Is it possible to consider 
reminder/alarm clock app as task automation app and does it comply with 
this acceptable use cases?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b58b12a0-0621-4000-a39f-b5a3e05c29fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to