Please direct non-SDK questions to android-porting or android-platform,
thanks.  And search through those groups before posting; there are already
some previous discussions there on this topic.

On Thu, Dec 23, 2010 at 9:09 PM, Raghavendra Singh
<raghav.it...@gmail.com>wrote:

> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to