Re: [android-developers] Keep activity running while in sleep mode

2010-01-21 Thread Mark Murphy
I am newer to Android development and I have a app that needs to run a command even if the phone goes to sleep. I have it running as a service but it runs randomly when. Is there a way to have the service run even when the phone is sleeping. Use AlarmManager. Keep your service stopped

Re: [android-developers] Keep activity running while in sleep mode

2010-01-21 Thread Mark Murphy
I am newer to Android development and I have a app that needs to run a command even if the phone goes to sleep. I have it running as a service but it runs randomly when. Is there a way to have the service run even when the phone is sleeping. Use AlarmManager. Keep your service stopped