You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not very experienced with Android development, but isn't this handled automatically by the existing ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS intent? Found some post saying that a few very old phones required both, but also that adding REQUEST_IGNORE_BATTERY_OPTIMIZATIONS to the app manifest will get you banned from Google Play Store so it sounds like it might not be the ideal way to do it.
isn't this handled automatically by the existing ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS intent? Found some post saying that a few very old phones required both,
No
but also that adding REQUEST_IGNORE_BATTERY_OPTIMIZATIONS to the app manifest will get you banned from Google Play Store so it sounds like it might not be the ideal way to do it.
Describe the solution you'd like
Using this permission will make app more stability in background
android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
The text was updated successfully, but these errors were encountered: