I am adding a new service using ServiceManager.addService("xxxx", new
XXXXX()); and this service i want to start in a new process for that i
am doing Process.start("com.lge.ims.rcsweb.XXXXXProcess",
"xxxxxprocess", uid ,uid, gids, debugFlags, null);This Process i want to start on bootup complete, since i can do registerReceiver for Intent.ACTION_BOOT_COMPLETED but at which place i should do this. My complete package reside in framework and i dont want to use any application to trigger my process. Thanks in advance Raghu -- 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

