[android-developers] how to make app run forever with out exit

2011-10-27 Thread suresh
Hi Friends Is there any option in android like we should give to user to close the application , i.e using forcestop or uninstall. I want to create app in such a mean that once install the user should not uninstall and should not stop. Is there any way to implement service to run allways in back

Re: [android-developers] how to make app run forever with out exit

2011-10-27 Thread Mark Murphy
Fortunately, this is impossible, except perhaps through custom firmware. On Fri, Oct 28, 2011 at 2:32 AM, suresh wrote: > Hi Friends > > Is there any option in android like we should give to user to close > the application , i.e using forcestop or uninstall. > > I want to create app in such a mea

Re: [android-developers] how to make app run forever with out exit

2011-10-28 Thread John Davis
Hi Sureshmca, Try to search for 10 innovations in Android presentaion. One of them is that apps never exit. The apps are suspended. You can use the application manager to force stop or uninstall the application. I am not certain if you can use this method to uninstall another applicaiton thoug