Android APIs
public static final class

Manifest.permission_group

extends Object
java.lang.Object
   ↳ android.Manifest.permission_group

Summary

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
Manifest.permission_group()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CALENDAR

Added in API level 17

Used for runtime permissions related to user's calendar.

Constant Value: "android.permission-group.CALENDAR"

public static final String CAMERA

Added in API level 17

Used for permissions that are associated with accessing camera or capturing images/video from the device.

Constant Value: "android.permission-group.CAMERA"

public static final String CONTACTS

Added in API level 23

Used for runtime permissions related to user's contacts and profile.

Constant Value: "android.permission-group.CONTACTS"

public static final String LOCATION

Added in API level 1

Used for permissions that allow accessing the device location.

Constant Value: "android.permission-group.LOCATION"

public static final String MICROPHONE

Added in API level 17

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"

public static final String PHONE

Added in API level 23

Used for permissions that are associated telephony features.

Constant Value: "android.permission-group.PHONE"

public static final String SENSORS

Added in API level 23

Used for permissions that are associated with accessing camera or capturing images/video from the device.

Constant Value: "android.permission-group.SENSORS"

public static final String SMS

Added in API level 23

Used for runtime permissions related to user's SMS messages.

Constant Value: "android.permission-group.SMS"

public static final String STORAGE

Added in API level 4

Used for runtime permissions related to the shared external storage.

Constant Value: "android.permission-group.STORAGE"

Public Constructors

public Manifest.permission_group ()

Added in API level 1