Hi Folks,
How do I restart my service automatically when my service gets killed
or crashes, until and unless I myself deregister the service.
public class Myservice extends Service {
public void Myservice(){
}
public void onStart(Intent intent, int startId) {
}
}
Regards,
Manjunatha
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---