Manifest.permission_group
public static final class Manifest.permission_group
extends Object
↳ | android.Manifest.permission_group |
Summary
Constants | |
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 contacts and profiles on this device. | |
Used for permissions that allow accessing the device location. | |
Used for permissions that are associated with accessing microphone audio from the device. | |
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. |
Public constructors | |
Inherited methods |
From class java.lang.Object |
Constants
Added in API level 17
String CALENDAR
Used for runtime permissionsrelated to user's calendar.
Constant Value:"android.permission-group.CALENDAR"
Added in API level 17
String CAMERA
Used for permissions that areassociated with accessing camera or capturing images/video from the device.
Constant Value:"android.permission-group.CAMERA"
Added in API level 23
String CONTACTS
Used for runtime permissionsrelated to contacts and profiles on this device.
Constant Value:"android.permission-group.CONTACTS"
Added in API level 1
String LOCATION
Used for permissions thatallow accessing the device location.
Constant Value:"android.permission-group.LOCATION"
Added in API level 17
String MICROPHONE
Used for permissions that areassociated with accessing microphone audio from the device. Note that phonecalls also capture audio but are in a separate (more visible) permission group.
Constant Value:"android.permission-group.MICROPHONE"
Added in API level 23
String PHONE
Used for permissions that areassociated telephony features.
Constant Value:"android.permission-group.PHONE"
Added in API level 23
String SENSORS
Used for permissions that areassociated with accessing camera or capturing images/video from the device.
Constant Value:"android.permission-group.SENSORS"
Added in API level 23
String SMS
Used for runtime permissionsrelated to user's SMS messages.
Constant Value:"android.permission-group.SMS"
Added in API level 4
String STORAGE
Used for runtime permissionsrelated to the shared external storage.
Constant Value:"android.permission-group.STORAGE"
Public constructors
Added in API level 1
Manifest.permission_group ()
这里面很多都是API23的。如果这个看不懂建议浏览 http://blog.csdn.net/zhou452840622/article/details/51721367 这里参数得很清楚