Re: [android-developers] about "caller uid xxxxx is different than the authenticator's uid" message

2012-03-08 Thread Justin Anderson
Set the shared user id to be the same for both applications. http://developer.android.com/guide/topics/manifest/manifest-element.html#uid Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 7, 2012 at 2:02 AM, yons wrote: > Hi, I need to solve And

[android-developers] about "caller uid xxxxx is different than the authenticator's uid" message

2012-03-08 Thread yons
Hi, I need to solve Android AccountManager's issue. These days, I have made a login system using AccountManager. I'd made an app which uses Android AccountManager. (I will call it A app) After, I made another app which use A app's AccountManager's account data. (I will call it B app) But w