Open
Description
First of all, thanks for the sample app. It is really helpful in understanding how the AppAuth pattern works.
When using the sample app with Google Identity Platform, it adds multiple accounts to the android phone. For example, there are two users, Aarav (android phone owner) and Alex (his friend).
When Alex logs in with his credentials on Aarav's phone, the Google account is being added to Settings > Users & Accounts section on the phone. This should not happen because it syncs Alex's data like contacts on Aarav's phone. All that should happen is Alex should be able to login with his credentials but his personal data shouldn't sync on the phone.
How to avoid this? Thanks.