[android-developers] Re: Running two applications in the same process

2009-05-12 Thread Dianne Hackborn
Your friends: adb logcat adb shell ps adb shell dumpsys activity On Tue, May 12, 2009 at 6:39 AM, Ask wrote: > > Hello Neil, > >the same thing I had done. I had given the same > android:sharedUserId= "hii.hello" in the manifest of the both the > application as well as same android:process

[android-developers] Re: Running two applications in the same process

2009-05-12 Thread Ask
Hello Neil, the same thing I had done. I had given the same android:sharedUserId= "hii.hello" in the manifest of the both the application as well as same android:process = "guide.android" in both the manifests. But could not get the expected result. Is the anything more to be done to r

[android-developers] Re: Running two applications in the same process

2009-05-12 Thread Neil
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