[android-developers] Re: Implementing SharedUserId

2012-02-24 Thread Carter
And no, sharedUserId doesn't mean the apps share the same files. On Feb 24, 12:31 am, "Michael ." wrote: > I'm really not understanding how to implement shareduserid > > My understanding is that: > > *By default, Android assigns each application its own unique user ID. > However, if this attribut

[android-developers] Re: Implementing SharedUserId

2012-02-24 Thread Carter
You can't change the sharedUserId after the app is installed. Once an app is published on the Android Market, the sharedUserId also cannot be changed. It completely breaks. If your apps are still under development, uninstall both apps. Then set the sharedUserId in the manifest and reinstall and