[android-developers] Re: Keeping an application running in the background

2009-06-27 Thread MrChaz
Just to add a note, Services are stopped when the phone goes to sleep e.g. the screen goes off. You can prevent this via WakeLock's but they impact battery life so be careful On Jun 27, 4:55 am, Delta Foxtrot deltafoxtrot...@gmail.com wrote: 2009/6/27 Dennis dmun...@gmail.com Yet another

[android-developers] Re: Keeping an application running in the background

2009-06-26 Thread Delta Foxtrot
2009/6/27 Dennis dmun...@gmail.com Yet another question -- we have an application that connects to a device and therefore needs to keep running in the background even when there are no Activities active. What is the recommended way to indicate that our application is still active and for it