[android-developers] Android, alarms, doze mode and implications

2017-02-16 Thread Alin
Here's my app scenario: normally my app does not require any background processes to run, so normally it is not affected by standby or doze mode. However, I want to add an option which allows the user to run an IntentService every selected minutes interval from (15,20,30,40,50,60) for the next 1

[android-developers] Android, alarms, doze mode and implications

2017-02-16 Thread Alin
Here's my app scenario: normally my app does not require any background processes to run, so normally it is not affected by standby or doze mode. However, I want to add an option which allows the user to run an IntentService every selected minutes interval from (15,20,30,40,50,60) for the nex