On Jul 12, 1:43 am, elDoudou <the.edouard.merc...@gmail.com> wrote:
> 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?

Why do you need to know in Application.inCreate()?  Couldn't your
action be postponed until the component starts (at which point you
will definitely know the process)?

Doug

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