public static class PermissionsServices.PermissionGroup extends Object
Documentation for each constant elaborates further on the documentation provided by Google. Added in daily build 2016.2828.
Modifier and Type | Field and Description |
---|---|
static String |
CALENDAR
Used for runtime permissions related to user's calendar.
|
static String |
CAMERA
Used for permissions that are associated with accessing camera or capturing images/video from the device.
|
static String |
CONTACTS
Used for runtime permissions related to contacts and profiles on this device.
|
static String |
LOCATION
Used for permissions that allow accessing the device location.
|
static String |
MICROPHONE
Used for permissions that are associated with accessing microphone audio from the device.
|
static String |
PHONE
Used for permissions that are associated telephony features.
|
static String |
SENSORS
Used for permissions that are associated with accessing camera or capturing images/video from the device.
|
static String |
SMS
Used for runtime permissions related to user's SMS messages.
|
static String |
STORAGE
Used for runtime permissions related to the shared external storage.
|
Constructor and Description |
---|
PermissionsServices.PermissionGroup() |
public static final String CALENDAR
Added in API Level 17
Constant Value: "android.permission-group.CALENDAR"
public static final String CAMERA
Added in API Level 17
Constant Value: "android.permission-group.CAMERA"
public static final String CONTACTS
Added in API Level 23
Constant Value: "android.permission-group.CONTACTS"
public static final String LOCATION
Added in API Level 1
Constant Value: "android.permission-group.LOCATION"
public static final String MICROPHONE
Added in API Level 17
Constant Value: "android.permission-group.MICROPHONE"
public static final String PHONE
Added in API Level 23
Constant Value: "android.permission-group.PHONE"
public static final String SENSORS
Added in API Level 23
Constant Value: "android.permission-group.SENSORS"
public static final String SMS
Added in API Level 23
Constant Value: "android.permission-group.SMS"
public static final String STORAGE
Added in API Level 4
Constant Value: "android.permission-group.STORAGE"