The two .apks must be signed with the same certificate, use android:sharedUserId in their manifest to be assigned the same uid, and then can use android:process to specify the same name of the process to run in.
On Thu, Jan 29, 2009 at 9:33 PM, mongd <[email protected]> wrote: > > According to the docs in the Android developer's site, processes can > be used to reduce overhead by running the code of multiple .apks in > the same process. (see application model) > What I'm wondering is HOW I can run multiple .apk in the same process. > > Since an image from one of the Google I/O video shows that process can > run one .apk or just part of one .apk, I'm little confused about > processes. > > Thank you! > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. 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 [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 -~----------~----~----~----~------~----~------~--~---

