mardi 26 mai 2015

Intent to go to settings page for specific account

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?

enter image description here enter image description here

Aucun commentaire:

Enregistrer un commentaire