This is not really a security discussion forum question. application need to be also signed with the same key.
But, you can easily check the processes by issuing a "ps" shell command under the emulator. Ask schrieb: > 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?? > > > Is this enough or anything else is needed??? > > > Thanks, > Asif.
