Preserving login session across multiple Android apps
问题 I have two apps that both log in to the same system but they have separate functions and may not both be installed at the same time. I can sign the two apps with the same signature no problem, even make them run in the same process. How can I store the login cookie (among other things) in such a way that it is shared by both apps and still be secured from unknown apps? 回答1: Shared user ID should get you access to each other's private storage, you would just need to figure out if the other was