Manifest_permission_group

https://developer.android.com/reference/android/Manifest.permission_group.html

有些权限是按组分的

Manifest.permission_group
public static final class Manifest.permission_group 
extends Object 

java.lang.Object
   ↳    android.Manifest.permission_group

类型

group

add level

description

String

CALENDAR

17

Used for runtime permissions related to user's calendar.用于与用户日历相关的运行时权限。

String

CAMERA

17

Used for permissions that are associated with accessing camera or capturing images/video from the device.用于访问摄像机或从设备捕获图像/视频相关的权限。

String

CONTACTS

23

Used for runtime permissions related to contacts and profiles on this device.用于与此设备上的联系人和配置文件相关的运行时权限。

String

LOCATION

1

Used for permissions that allow accessing the device location.用于允许访问设备位置的权限。

String

MICROPHONE

17

Used for permissions that are associated with accessing microphone audio from the device.用于与从设备访问麦克风音频相关联的权限。

String

PHONE

23

Used for permissions that are associated telephony features.用于与电话功能相关的权限。

String

SENSORS

23

Used for permissions that are associated with accessing camera or capturing images/video from the device.用于访问摄像机或从设备捕获图像/视频相关的权限。

String

SMS

23

Used for runtime permissions related to user's SMS messages.用于与用户的SMS消息相关的运行时权限。

String

STORAGE

4

Used for runtime permissions related to the shared external storage.用于与共享外部存储相关的运行时权限。

Last updated