Android: get user ID without requiring scary (for user) permissions?
If you use Google Play Services you can get the account type and account name without any extra permissions. First, add the following dependency to build.gradle: Next, launch the account chooser intent: Finally,...