You can create a daemon thread, by creating a Timer with parameter true as Timer time = new Timer(true);
The boolean true represents, its a daemon thread. Nithin On Mar 26, 10:40 am, saikiran n <[email protected]> wrote: > Hi all > Can we create a daemon process in android. If possible can provide some > document > > Thanks in advance -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

