public
static
final
class
Manifest.permission_group
extends Object
java.lang.Object | |
↳ | android.Manifest.permission_group |
Constants | |
---|---|
String |
CALENDAR
Used for runtime permissions related to user's calendar. |
String |
CAMERA
Used for permissions that are associated with accessing camera or capturing images/video from the device. |
String |
CONTACTS
Used for runtime permissions related to contacts and profiles on this device. |
String |
LOCATION
Used for permissions that allow accessing the device location. |
String |
MICROPHONE
Used for permissions that are associated with accessing microphone audio from the device. |
String |
PHONE
Used for permissions that are associated telephony features. |
String |
SENSORS
Used for permissions that are associated with accessing camera or capturing images/video from the device. |
String |
SMS
Used for runtime permissions related to user's SMS messages. |
String |
STORAGE
Used for runtime permissions related to the shared external storage. |
Public constructors | |
---|---|
Manifest.permission_group()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String CALENDAR
Used for runtime permissions related to user's calendar.
Constant Value: "android.permission-group.CALENDAR"
String CAMERA
Used for permissions that are associated with accessing camera or capturing images/video from the device.
Constant Value: "android.permission-group.CAMERA"
String CONTACTS
Used for runtime permissions related to contacts and profiles on this device.
Constant Value: "android.permission-group.CONTACTS"
String LOCATION
Used for permissions that allow accessing the device location.
Constant Value: "android.permission-group.LOCATION"
String MICROPHONE
Used for permissions that are associated with accessing microphone audio from the device. Note that phone calls also capture audio but are in a separate (more visible) permission group.
Constant Value: "android.permission-group.MICROPHONE"
String PHONE
Used for permissions that are associated telephony features.
Constant Value: "android.permission-group.PHONE"
String SENSORS
Used for permissions that are associated with accessing camera or capturing images/video from the device.
Constant Value: "android.permission-group.SENSORS"
String SMS
Used for runtime permissions related to user's SMS messages.
Constant Value: "android.permission-group.SMS"
String STORAGE
Used for runtime permissions related to the shared external storage.
Constant Value: "android.permission-group.STORAGE"