tags:

views:

58

answers:

1

I remember reading somewhere that you could make two android apps share the same user id, but I have heard conflicting information from other people. Is it possible to make two apps share the same user id and if so how is it done?

+1  A: 

Looks like you can with the sharedUserId manifest attribute. The two apps have to also be signed with the same signature.

BrennaSoft