[android-developers] Re: Force an Application to be alive

2010-07-19 Thread perumal316
Ok thanks for the inputs! On Jul 14, 8:21 am, Dianne Hackborn wrote: > Please don't use that.  I didn't realize this got left in the public API... >  it should not be. :(  It is very broken for apps to use this; expect it to > be turned into a no-op in the future. > > On Tue, Jul 13, 2010 at 12:5

[android-developers] Re: Force an Application to be alive

2010-07-13 Thread mah
Or you could make use of the AlarmManager. On Jul 13, 8:59 am, Nadav wrote: > However you might be able to set up a broadcast receiver for different > system events that would at least restart your service in case its > down. For example listening to the boot, phone being plugged into > power, et

[android-developers] Re: Force an Application to be alive

2010-07-13 Thread Nadav
However you might be able to set up a broadcast receiver for different system events that would at least restart your service in case its down. For example listening to the boot, phone being plugged into power, etc.. Nadav On Jul 13, 7:44 am, Mark Murphy wrote: > On Tue, Jul 13, 2010 at 3:49 AM

[android-developers] Re: Force an Application to be alive

2010-07-13 Thread Matty
I believe you might want to use a service. http://developer.android.com/reference/android/app/Service.html On Jul 13, 3:49 am, perumal316 wrote: > Hi All, > > I am writing an application to do fileobservation which can be done. > Is there any way I can make the application to run in the backgr

[android-developers] Re: Force an Application to be alive

2010-07-13 Thread perumal316
Ok will try. Thanks. On Jul 13, 3:54 pm, y 00o00o0o0o000o00o0o0o wrote: > I read the reference and come across this. You can try if it works for you. > > http://developer.android.com/reference/android/Manifest.permission.ht... > > sincerely > yolilla -- You received this message because you are