readPhoneNumbers constant
AndroidPermissionDef
const readPhoneNumbers
android.permission.READ_PHONE_NUMBERS
Required to access the phone numbers associated with the device. Runtime permission: true Since SDK: 26 Group: phone Associated service: phone Legacy mapping: READ_PHONE_STATE (level 25)
Implementation
static const readPhoneNumbers = AndroidPermissionDef(
'android.permission.READ_PHONE_NUMBERS',
sinceSDK: 26,
runtime: true,
group: 'phone',
service: AssociatedService.phone,
keywords: {'state', 'identity', 'carrier'},
legacyKeys: {'android.permission.READ_PHONE_STATE': 25},
docNotes: {
'Required to access the phone numbers associated with the device',
},
);