getAccounts constant
AndroidPermissionDef
const getAccounts
android.permission.GET_ACCOUNTS
Required to access the list of accounts in the Accounts Service. Group: contacts
Implementation
static const getAccounts = AndroidPermissionDef(
'android.permission.GET_ACCOUNTS',
group: 'contacts',
keywords: {'address', 'phone'},
docNotes: {
'Required to access the list of accounts in the Accounts Service',
},
);