Sorry, there is no way to know.  Processes are basically anonymous
containers in which to run code.  If you are needing to distinguish them,
you have a problem in your design.

On Tue, Jul 12, 2011 at 1:43 AM, elDoudou <the.edouard.merc...@gmail.com>wrote:

> Hello Doug and thank you.
>
> The process id does not indicate the Android declared process in the
> AndroidManifest.xml file, unfortunately. What I need to know is the
> "android:process" which causes the process to start. If I declare a
> service in the manifest with a specific process name (tag
> "android:process"), how do I know at runtime when this specific
> service process causes the "Application::onCreate()" method to be
> invoked, please?
>
> Thank you for your time and support. Regards,
> Édouard
>
> --
> 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
>



-- 
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