With the following, well known code the user is taken to the overall Android settings page for accounts on the device:
startActivity(new Intent(Settings.ACTION_SYNC_SETTINGS));
(See screenshot 1)
Is there an equivalent that takes the user directly to the settings for a specific account (screenshot 2), provided of course the account belongs to my app?
Aucun commentaire:
Enregistrer un commentaire