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 <[email protected]> wrote: > 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 when I run B app, I have met "caller kid xxxx is different than the > authenticator's uid" error message. > > So, I signed B app with A app's keystore file, then issue was cleared. > > But, I still want to know the reason and without using the same keystone > file can not solve the other to want to know how. > > If anyone knows the answer, please comment. > > > Thank you. > > -- > 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 -- 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

