-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Is your feature request related to a problem? Please describe.
Droid-ify should stop relying on the user to disable battery optimizations to ensure proper functionality.
It is not an optimal approach and requires additional user interaction.
You can take a look at apps with reliable background operations that do not ask for the user to disable battery optimizations.
There is a reason why Google Play for example allows only apps with a specific criteria to ask for the user to disable battery optimizations for an app: Because there are better ways to do things. If there was no better way to do things then why would Google Play even have this criteria?
Describe the solution you'd like
Stop relying on the user to disable battery optimizations.
For example check this out for scheduling things: https://developer.android.com/develop/background-work/services/alarms/schedule
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.