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 user's contacts and profile. | |||||||||
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Used for runtime permissions related to user's calendar.
Used for permissions that are associated with accessing camera or capturing images/video from the device.
Used for runtime permissions related to user's contacts and profile.
Used for permissions that allow accessing the device location.
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.
Used for permissions that are associated telephony features.
Used for permissions that are associated with accessing camera or capturing images/video from the device.
Used for runtime permissions related to user's SMS messages.
Used for runtime permissions related to the shared external storage.