ioasis / openmobster

Automatically exported from code.google.com/p/openmobster
0 stars 0 forks source link

Make the Android background service resilient #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since all apps depend on this shared runtime, we must make sure its in a 
running state in the background all the time.

If this goes down, the apps go down.

Things to look for:

* Starting this service at phone bootup time

* Restarting this service automatically if its stopped and cleaned up

Original issue reported on code.google.com by openmobs...@gmail.com on 23 Aug 2011 at 9:14

GoogleCodeExporter commented 8 years ago
Starting the App at device bootup seems ugly.

Keep the service running against cleanup is acheaved making the service run as 
a foreground service

Original comment by openmobs...@gmail.com on 3 Oct 2011 at 8:35