I have read other posts that suggest that I use a service but I am not sure that it will do what I need it to. I am trying to create an alarm app but once the user presses the home button, the alarm will never go off. Is there a way to keep my app running when the home button is pressed?
Asked
Active
Viewed 75 times
0
-
3Why not use the AlarmManager to wake your app when it needs to be running rather than always be running? – Greg Giacovelli Sep 10 '15 at 14:55