To answer the first question, read the manual:

http://developer.android.com/guide/topics/manifest/application-element.html#proc

By setting this attribute to a process name that's shared with another
application, you can arrange for components of both applications to
run in the same process — but only if the two applications also share
a user ID and be signed with the same certificate.


I didn't understand the "how" part of your question - just do it.

Neil


On May 12, 1:50 pm, Asif k <asifk1...@gmail.com> wrote:
> Hi all,
>
>    I want to run two different android applications in the single
> process to access the resources. For that purpose, I had made
> following two changes in the manifest file of both the application ,
>
> I had override two attributes and
>
> 1) android:sharedUserId= "hii.hello" under <manifest> tag
> 2) android:process = "guide.android" under <application> tag
>
>   I had made these changes (asign the same values) in the both the
> applications but could not get expected results. How to check whether
> both these applications are running in the same process??
>
>   Should I sign both the application with the same certificate?? If
> yes, then can you please tell how??
>
> Thanks,
> Asif.
--~--~---------~--~----~------------~-------~--~----~
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