Android API 25 (Android 7.1.1 API) 

Manifest.permission

public static final class Manifest.permission

extends Object

Added in API level 1

 

java.lang.Object

   ↳android.Manifest.permission

 

常量

ACCESS_CHECKIN_PROPERTIES

API 1

允许在登入数据库时/属性表,以上传更改的值。

不适用于第三方应用程序。

Allows read/write access to the "properties" table in the checkin database, to change values that get uploaded.

 

 

ACCESS_COARSE_LOCATION

API 1

允许应用访问大致位置。(范围性定位,如WIFI

防护等级:危险

Allows an app to access approximate location.

 

 

ACCESS_FINE_LOCATION

API 1

允许应用访问精确位置。(精确性定位,如GPS

防护等级:危险

Allows an app to access precise location.

 

 

ACCESS_LOCATION_EXTRA_COMMANDS

API 1

允许应用程序访问额外的提供定位的指令

防护等级:正常

Allows an application to access extra location provider commands.

 

 

ACCESS_NETWORK_STATE

API 1

允许应用程序访问有关网络的信息。

防护等级:正常

Allows applications to access information about networks.

 

 

ACCESS_NOTIFICATION_POLICY

API 23

希望访问通知政策的应用程序的标记权限。

防护等级:正常

Marker permission for applications that wish to access notification policy.

 

 

ACCESS_WIFI_STATE

API 1

允许应用程序访问有关Wi-Fi网络的信息。

防护等级:正常

Allows applications to access information about Wi-Fi networks.

 

 

ACCOUNT_MANAGER

API 5

允许应用程序启动账户认证

不适用于第三方应用程序。

Allows applications to call into AccountAuthenticators.

 

 

ADD_VOICEMAIL

API 14

允许应用程序向系统中添加语音邮件。

防护等级:危险

Allows an application to add voicemails into the system.

 

 

BATTERY_STATS

API 1

允许应用程序收集电池统计信息。

Allows an application to collect battery statistics.

 

 

BIND_ACCESSIBILITY_SERVICE

API 16

必须通过AccessibilityService的请求,以确保只有系统才能与之绑定。

防护等级:签名

Must be required by an AccessibilityService, to ensure that only the system can bind to it.

 

 

BIND_APPWIDGET

API 3

允许应用程序告诉AppWidget服务哪个应用程序可以访问AppWidget的数据。 正常的用户流程是用户选择一个AppWidget进入特定主机,从而使该主机应用程序访问来自AppWidget应用程序的私有数据。 具有此权限的应用程序应该遵守该合同。

不适用于第三方应用程序。

Allows an application to tell the AppWidget service which application can access AppWidget's data.

 

 

BIND_CARRIER_MESSAGING_SERVICE

API 22

此常数在API级别23中已弃用。使用BIND_CARRIER_SERVICES替代。

BIND_CARRIER_SERVICES

API 23

允许绑定到运营商应用中的服务的系统进程将具有此权限。运营商应用应使用此权限来保护其仅允许系统绑定的服务。

保护等级:系统|签名

The system process that is allowed to bind to services in carrier apps will have this permission.

 

 

BIND_CHOOSER_TARGET_SERVICE

API 23

必须通过ChooserTargetService的请求,以确保只有系统才能与之绑定。

防护等级:签名

Must be required by a ChooserTargetService, to ensure that only the system can bind to it.

 

 

BIND_CONDITION_PROVIDER_SERVICE

API 24

必须通过ConditionProviderService的请求,以确保只有系统才能与之绑定。

防护等级:签名

Must be required by a ConditionProviderService, to ensure that only the system can bind to it.

 

 

BIND_DEVICE_ADMIN

API 8

必须通过设备管理接收器的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by device administration receiver, to ensure that only the system can interact with it.

 

 

BIND_DREAM_SERVICE

API 21

必须通过DreamService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by an DreamService, to ensure that only the system can bind to it.

 

 

BIND_INCALL_SERVICE

API 23

必须通过InCallService的请求,以确保只有系统才能与之绑定

保护级别:签名|特权

Must be required by a InCallService, to ensure that only the system can bind to it.

 

 

BIND_INPUT_METHOD

API 3

必须通过InputMethodService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by an InputMethodService, to ensure that only the system can bind to it.

 

 

BIND_MIDI_DEVICE_SERVICE

API 23

必须通过MidiDeviceService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by an MidiDeviceService, to ensure that only the system can bind to it.

 

 

BIND_NFC_SERVICE

API 19

必须通过HostApduServiceOffHostApduService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by a HostApduService or OffHostApduService to ensure that only the system can bind to it.

 

 

BIND_NOTIFICATION_LISTENER_SERVICE

API 18

必须通过NotificationListenerService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by an NotificationListenerService, to ensure that only the system can bind to it.

 

 

BIND_PRINT_SERVICE

API 19

必须通过PrintService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by a PrintService, to ensure that only the system can bind to it.



BIND_QUICK_SETTINGS_TILE

API 24

允许应用程序绑定到第三方快速设置图块。

应该仅由系统请求,应该是TileService声明所需的。

Allows an application to bind to third party quick settings tiles.

 

 

BIND_REMOTEVIEWS

API 11

必须通过RemoteViewsService的请求,以确保只有系统才能与之绑定

Must be required by a RemoteViewsService, to ensure that only the system can bind to it.

 

 

BIND_SCREENING_SERVICE

API 24

必须通过CallScreeningService的请求,以确保只有系统才能与之绑定

保护级别:签名|特权

Must be required by a CallScreeningService, to ensure that only the system can bind to it.

 

 

BIND_TELECOM_CONNECTION_SERVICE

API 23

必须通过ConnectionService的请求,以确保只有系统才能与之绑定

保护级别:签名|特权

Must be required by a ConnectionService, to ensure that only the system can bind to it.

 

 

BIND_TEXT_SERVICE

API 14

必须通过TextService(例如SpellCheckerService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by a TextService (e.g. SpellCheckerService) to ensure that only the system can bind to it.

 

 

BIND_TV_INPUT

API 21

必须通过TvInputService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by a TvInputService to ensure that only the system can bind to it.

 

 

BIND_VOICE_INTERACTION

API 21

必须通过VoiceInteractionService的请求,以确保只有系统才能与之绑定。

防护等级:签名

Must be required by a VoiceInteractionService, to ensure that only the system can bind to it.

 

 

BIND_VPN_SERVICE

API 14

必须通过VpnService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by a VpnService, to ensure that only the system can bind to it.

 

 

BIND_VR_LISTENER_SERVICE

API 24

必须通过VrListenerService的请求,以确保只有系统才能与之绑定

防护等级:签名

Must be required by an VrListenerService, to ensure that only the system can bind to it.

 

 

BIND_WALLPAPER

API 8

必须通过WallpaperService的请求,以确保只有系统才能与之绑定。

保护等级:系统|签名

Must be required by a WallpaperService, to ensure that only the system can bind to it.

 

 

BLUETOOTH

API 1

允许应用程式连接已配对的蓝牙设备。

防护等级:正常

Allows applications to connect to paired bluetooth devices.

 

 

BLUETOOTH_ADMIN

API 1

允许应用程序发现和配对蓝牙设备。

防护等级:正常

Allows applications to discover and pair bluetooth devices.

 

 

BLUETOOTH_PRIVILEGED

API 19

允许应用程序将蓝牙设备配对,无需用户交互,以及允许或禁止电话簿访问或邮件访问。

这不适用于第三方应用程序。

Allows applications to pair bluetooth devices without user interaction, and to allow or disallow phonebook access or message access.

 

 

BODY_SENSORS

API 20

允许应用程序访问来自传感器的数据,用户使用这些传感器来测量他/她身体内部发生的情况,例如心率。

防护等级:危险

Allows an application to access data from sensors that the user uses to measure what is happening inside his/her body, such as heart rate.

 

 

BROADCAST_PACKAGE_REMOVED

API 1

允许应用程序广播应用程序包删除的通知

不适用于第三方应用程序。

Allows an application to broadcast a notification that an application package has been removed.

 

 

BROADCAST_SMS

API 2

允许应用程序广播SMS回执通知

不适用于第三方应用程序。

Allows an application to broadcast an SMS receipt notification.

 

 

BROADCAST_STICKY

API 1

允许应用程序广播粘性意图。这些是广播,其数据在完成之后由系统保存,使得客户端可以快速检索该数据而无需等待下一个广播。

防护等级:正常

Allows an application to broadcast sticky intents.

 

 

BROADCAST_WAP_PUSH

API 2

允许应用程序广播WAP PUSH收据通知。

不适用于第三方应用程序。

Allows an application to broadcast a WAP PUSH receipt notification.

 

 

CALL_PHONE

API 1

允许应用程序发起电话呼叫,而无需通过拨号器用户界面为用户确认呼叫。

防护等级:危险

Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.

 

 

CALL_PRIVILEGED

API 1

允许应用程序拨打任何电话号码(包括紧急号码),而无需通过拨号器用户界面让用户确认呼叫。

不适用于第三方应用程序。

Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.

 

 

CAMERA

API 1

能够启动照相机设备的请求。

这将自动强制所有相机功能的清单元素。如果不需要所有相机功能,或者如果相机不可用,则您可以正确操作,则必须根据需要修改清单,以便在不支持所有相机功能的设备上安装。

防护等级:危险

Required to be able to access the camera device.

 

 

CAPTURE_AUDIO_OUTPUT

API 19

允许应用程序捕获音频输出。

不适用于第三方应用程序。

Allows an application to capture audio output.

 

 

CAPTURE_SECURE_VIDEO_OUTPUT

API 19

允许应用程序捕获安全的视频输出。

不适用于第三方应用程序。

Allows an application to capture secure video output.

 

 

CAPTURE_VIDEO_OUTPUT

API 19

允许应用程序捕获视频输出。

不适用于第三方应用程序。

Allows an application to capture video output.

 

 

CHANGE_COMPONENT_ENABLED_STATE

API 1

允许应用程序更改是否启用应用程序组件(非自己的组件)。

不适用于第三方应用程序。

Allows an application to change whether an application component (other than its own) is enabled or not.

 

 

CHANGE_CONFIGURATION

API 1

允许应用程序修改当前配置,如本地设置。

Allows an application to modify the current configuration, such as locale.

 

 

CHANGE_NETWORK_STATE

API 1

允许应用程序更改网络连接状态。

防护等级:正常

Allows applications to change network connectivity state.

 

 

CHANGE_WIFI_MULTICAST_STATE

API 4

允许应用程序进入Wi-Fi播模式。

防护等级:正常

Allows applications to enter Wi-Fi Multicast mode.

 


CHANGE_WIFI_STATE

API 1

允许应用程序更改Wi-Fi连接状态。

防护等级:正常

Allows applications to change Wi-Fi connectivity state.

 

 

CLEAR_APP_CACHE

API 1

允许应用程序清除设备上所有已安装应用程序的缓存。

保护等级:系统|签名

Allows an application to clear the caches of all installed applications on the device.

 

 

CONTROL_LOCATION_UPDATES

API 1

允许从收音机启用/禁用本地更新通知。

不适用于第三方应用程序。

Allows enabling/disabling location update notifications from the radio.

 

 

DELETE_CACHE_FILES

API 1

允许应用程序删除缓存文件。

不适用于第三方应用程序。

Allows an application to delete cache files.

 

 

DELETE_PACKAGES

API 1

允许应用程序删除软件包。

不适用于第三方应用程序。

N开始,当删除软件包的应用程序与安装软件包的应用程序不同时,请求用户确认。

Allows an application to delete packages.

 

 

DIAGNOSTIC

API 1

允许应用程序读取诊断资源。

不适用于第三方应用程序。

Allows applications to RW to diagnostic resources.

 

 

DISABLE_KEYGUARD

API 1

允许应用程序在不安全的情况下禁用键盘锁。

防护等级:正常

Allows applications to disable the keyguard if it is not secure.

 

 

DUMP

API 1

允许应用程序从系统服务中回复转储的信息。

不适用于第三方应用程序。

Allows an application to retrieve state dump information from system services.

 

 

EXPAND_STATUS_BAR

API 1

允许应用程序展开或折叠状态栏。

防护等级:正常

Allows an application to expand or collapse the status bar.

 

 

FACTORY_TEST

API 1

作为制造商测试应用程序运行,作为root用户运行。 仅当设备在制造商测试模式下运行时可用。

不适用于第三方应用程序。

Run as a manufacturer test application, running as the root user.

 

 

GET_ACCOUNTS

API 1

允许访问帐户服务中的帐户列表。

注意:从Android 6.0API级别23)开始,如果应用程序共享管理帐户的验证器的签名,则它不需要“GET_ACCOUNTS”权限来读取有关该帐户的信息。 在Android 5.1及更低版本中,所有应用程式都必须具备「GET_ACCOUNTS」权限才能读取任何帐户的相关资讯。

防护等级:危险

Allows access to the list of accounts in the Accounts Service.

 

 

GET_ACCOUNTS_PRIVILEGED

API 23

允许访问帐户服务中的帐户列表。

Allows access to the list of accounts in the Accounts Service.

 

 

GET_PACKAGE_SIZE

API 1

允许应用程序查找任何程序包所使用的空间。

防护等级:正常

Allows an application to find out the space used by any package.

 

 

GET_TASKS

API 1

此常数在API级别21中已弃用。不再强制。

This constant was deprecated in API level 21. No longer enforced.

 

 

GLOBAL_SEARCH

API 4

此权限可用于内容提供者用来允许全局搜索系统访问其数据。通常,当提供程序具有保护它的某些权限(不期望全局搜索)时使用,并且作为只读权限添加到执行全局搜索查询的提供程序中的路径。此权限不能由常规应用程序持有;它被应用程序用于保护自己,除了全局搜索之外的其他人。

This permission can be used on content providers to allow the global search system to access their data.

 

 

INSTALL_LOCATION_PROVIDER

API 4

允许应用程序将位置提供程序安装到位置管理器中。

不适用于第三方应用程序。

Allows an application to install a location provider into the Location Manager.

 

 

INSTALL_PACKAGES

API 1

允许应用程序安装软件包。

不适用于第三方应用程序。

Allows an application to install packages.

 

 

INSTALL_SHORTCUT

API 19

允许应用程序在Launcher中安装快捷方式。

防护等级:正常

Allows an application to install a shortcut in Launcher.

 

 

INTERNET

API 1

允许应用程序打开网络套接

防护等级:正常

Allows applications to open network sockets.

 

 

KILL_BACKGROUND_PROCESSES

API 8

允许应用程序调用killBackgroundProcessesString)。

防护等级:正常

Allows an application to call killBackgroundProcesses(String).



LOCATION_HARDWARE

API 18

允许应用程式使用硬体中的位置功能,例如区域限定API

不适用于第三方应用程序。

Allows an application to use location features in hardware, such as the geofencing api.

 

 

MANAGE_DOCUMENTS

API 19

允许应用程序管理对文档的访问,通常作为文档选择器的一部分。

此权限只应由平台文档管理应用程序请求。无法将这个权限授予第三方应用程式。

防护等级:签名

Allows an application to manage access to documents, usually as part of a document picker.

 

 

MASTER_CLEAR

API 1

不适用于第三方应用程序。

Not for use by third-party applications.

 

 

MEDIA_CONTENT_CONTROL

API 19

允许应用程序知道正在播放的内容并控制其播放。

由于媒体消费的隐私,不适用于第三方应用程序

Allows an application to know what content is playing and control its playback.

 

 

MODIFY_AUDIO_SETTINGS

API 1

允许应用修改全局音频设置。

防护等级:正常

Allows an application to modify global audio settings.

 

 

MODIFY_PHONE_STATE

API 1

允许修改电话状态 -电源打开,mmi等。不包括拨打电话。

不适用于第三方应用程序。

Allows modification of the telephony state - power on, mmi, etc.

 

 

MOUNT_FORMAT_FILESYSTEMS

API 3

允许将文件系统格式化为可移动存储。

不适用于第三方应用程序。

Allows formatting file systems for removable storage.

 

 

MOUNT_UNMOUNT_FILESYSTEMS

API 1

允许安装和卸载文件系统以用于可移动存储。

不适用于第三方应用程序。

Allows mounting and unmounting file systems for removable storage.

 

 

NFC

API 9

允许应用程序通过NFC执行I / O操作。

防护等级:正常

Allows applications to perform I/O operations over NFC.

 

 

PACKAGE_USAGE_STATS

允许应用程序收集组件使用情况统计信息

声明权限意味着使用API,并且设备的用户可以通过设置应用程序授予权限。

Allows an application to collect component usage statistics

Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.

 

 

PERSISTENT_ACTIVITY

API 1

此常数在API级别9中已弃用。此功能将在未来删除;请不要使用。 允许应用程序使其活动持续。

This constant was deprecated in API level 9. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent.

 

 

PROCESS_OUTGOING_CALLS

API 1

允许应用程序查看在拨出呼叫期间拨打的号码,以及将呼叫重定向到其他号码或完全中止该呼叫的选项。

防护等级:危险

Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.

 

 

READ_CALENDAR

API 1

允许应用程式读取使用者的日历数据

防护等级:危险

Allows an application to read the user's calendar data.

 

 

READ_CALL_LOG

API 16

允许应用程序读取用户的通话记录。

注意:如果您的应用程序使用READ_CONTACTS权限,并且您的minSdkVersiontargetSdkVersion值都设置为15或更低,系统会隐式授予您的应用程序此权限。 如果您不需要此权限,请确保您的targetSdkVersion16或更高。

防护等级:危险

Allows an application to read the user's call log.

 

 

READ_CONTACTS

API 1

允许应用读取用户的联系人数据。

防护等级:危险

Allows an application to read the user's contacts data.

 

 

READ_EXTERNAL_STORAGE

API 16

允许应用程序从外部存储设备读取。

任何声明WRITE_EXTERNAL_STORAGE权限的应用程序都会隐式授予此权限。

此权限从API级别19开始强制执行。在API级别19之前,不会强制实施此权限,并且所有应用程序仍然可以访问从外部存储读取。 您可以通过在运行Android 4.1或更高版本的设备上的设置应用中的开发人员选项下启用Protect USB存储设备,从而强制实施您的应用。

也从API级别19开始,不需要此权限来读取/写入由getExternalFilesDirString)和getExternalCacheDir()返回的应用程序特定目录中的文件。

注意:如果您的minSdkVersiontargetSdkVersion值设置为3或更低,系统会隐式授予您的应用程序此权限。 如果您不需要此权限,请确保您的targetSdkVersion4或更高。

Allows an application to read from external storage.

 

 

READ_FRAME_BUFFER

API 1

允许应用程序截取屏幕截图,和更多可获得的缓冲数据。

不适用于第三方应用程序。

Allows an application to take screen shots and more generally get access to the frame buffer data.

 

 

READ_INPUT_STATE

此常数在API级别16中已弃用。已移除使用此权限的API

允许应用程序检索键和开关的当前状态。

不适用于第三方应用程序。

This constant was deprecated in API level 16. The API that used this permission has been removed.

 

 

READ_LOGS

API 1

允许应用程序读取低级系统日志文件。

不适用于第三方应用程序,因为日志条目可以包含用户的私人信息。

Allows an application to read the low-level system log files.

 

 

READ_PHONE_STATE

API 1

允许只读访问电话状态,包括设备的电话号码,当前蜂窝网络信息,任何正在进行的通话的状态,以及在设备上注册的任何PhoneAccount列表。

注意:如果您的minSdkVersiontargetSdkVersion值设置为3或更低,系统会隐式授予您的应用程序此权限。 如果您不需要此权限,请确保您的targetSdkVersion4或更高。

防护等级:危险

Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.

 

 

READ_SMS

API 1

允许应用读取短信。

防护等级:危险

Allows an application to read SMS messages.

 

 

READ_SYNC_SETTINGS

API 1

允许应用程式读取同步设置

防护等级:正常

Allows applications to read the sync settings.

 

 

READ_SYNC_STATS

API 1

允许应用程序读取同步统计数据

防护等级:正常

Allows applications to read the sync stats.

 

 

READ_VOICEMAIL

API 21

允许应用程式读取系统中的语音信箱。

保护级别:签名|特权

Allows an application to read voicemails in the system.

 

 

REBOOT

API 1

需要能够重新启动设备。

不适用于第三方应用程序。

Required to be able to reboot the device.

 

 

RECEIVE_BOOT_COMPLETED

API 1

允许应用程序接收系统完成引导后广播的ACTION_BOOT_COMPLETED信息如果您不请求此权限,您将不会在当时收到广播。虽然拥有此权限没有任何安全隐患,但它可能会对用户体验产生负面影响,增加系统启动所需的时间,并允许应用程序自己运行,而用户不会察觉到它们。因此,您必须明确声明您使用此工具使其对用户可见。

防护等级:正常

Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.

 

 

RECEIVE_MMS

API 1

允许应用程序监听传入的彩信。

防护等级:危险

Allows an application to monitor incoming MMS messages.

 

 

RECEIVE_SMS

API 1

允许应用程序监听短信。

防护等级:危险

Allows an application to receive SMS messages.

 

 

RECEIVE_WAP_PUSH

API 1

允许应用程序监听WAP推式消息。

防护等级:危险

Allows an application to receive WAP push messages.

 

 

RECORD_AUDIO

API 1

允许应用程序录制音频。

防护等级:危险

Allows an application to record audio.

 

 

REORDER_TASKS

API 1

允许应用更改任务的关系位置

防护等级:正常

Allows an application to change the Z-order of tasks.

 

 

REQUEST_IGNORE_BATTERY_OPTIMIZATIONS

API 23

必须持有应用程序的权限才能使用ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS。 这是一个正常的权限:请求它的应用程序将始终被授予权限,用户无需批准或查看它。

Permission an application must hold in order to use ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.

 

 

REQUEST_INSTALL_PACKAGES

API 23

允许应用程序请求安装软件包。指定大于22API的应用程式必须拥有此权限才能使用ACTION_INSTALL_PACKAGE

防护等级:正常

Allows an application to request installing packages.

 

 

RESTART_PACKAGES

API 1

此常数在API级别8中已弃用。不再支持restartPackageStringAPI

This constant was deprecated in API level 8. The restartPackage(String) API is no longer supported.

 

 

SEND_RESPOND_VIA_MESSAGE

API 18

允许应用程序(电话)向其他应用程序发送请求,以处理来电期间的响应通过响应操作。

不适用于第三方应用程序。

Allows an application (Phone) to send a request to other applications to handle the respond-via-message action during incoming calls.

 

 

SEND_SMS

API 1

允许应用程式发送短息

防护等级:危险

Allows an application to send SMS messages.

 

 

SET_ALARM

API 9

允许应用程序广播用于为用户设置闹钟的意图。

防护等级:正常

Allows an application to broadcast an Intent to set an alarm for the user.

 

 

SET_ALWAYS_FINISH

API 1

允许应用程序控制在放置在后台时活动是否立即完成。

不适用于第三方应用程序。

Allows an application to control whether activities are immediately finished when put in the background.

 

 

SET_ANIMATION_SCALE

API 1

修改全局动画缩放因子。

不适用于第三方应用程序。

Modify the global animation scaling factor.

 

 

SET_DEBUG_APP

API 1

配置应用程序以进行调试。

不适用于第三方应用程序。

Configure an application for debugging.

 

 

SET_PREFERRED_APPLICATIONS

API 1

此常量在API级别7中已弃用。不再有用,有关详细信息,请参阅addPackageToPreferredString)。

This constant was deprecated in API level 7. No longer useful, see addPackageToPreferred(String) for details.

 

 

SET_PROCESS_LIMIT

API 1

允许应用程序设置可以运行的(不需要)应用程序进程的最大数量。

不适用于第三方应用程序。

Allows an application to set the maximum number of (not needed) application processes that can be running.

 

 

SET_TIME

API 1

允许应用程序设置系统时间。

不适用于第三方应用程序。

Allows applications to set the system time.

 

 

SET_TIME_ZONE

API 1

允许应用程序设置系统时区。

防护等级:正常

Allows applications to set the system time zone.

 

 

SET_WALLPAPER

API 1

允许应用程序设置壁纸。

防护等级:正常

Allows applications to set the wallpaper.

 

 

SET_WALLPAPER_HINTS

API 1

允许应用程序设置壁纸提示。

防护等级:正常

Allows applications to set the wallpaper hints.

 

 

SIGNAL_PERSISTENT_PROCESSES

API 1

允许应用程序发出一个给所有稳定进程信号的请求。

不适用于第三方应用程序。

Allow an application to request that a signal be sent to all persistent processes.

 

 

STATUS_BAR

API 1

允许应用程序打开,关闭或禁用状态栏及其图标。

不适用于第三方应用程序。

Allows an application to open, close, or disable the status bar and its icons.

 

 

SYSTEM_ALERT_WINDOW

API 1

允许应用使用TYPE_SYSTEM_ALERT类型创建窗口,显示在所有其他应用之上。 很少有应用应该使用此权限;这些窗口旨在与用户进行系统级交互。

注意:如果应用程式指定的API层级为23或更高,应用程式使用者必须透过权限管理画面明确授予此权限给应用程式。 该应用通过发送具有操作ACTION_MANAGE_OVERLAY_PERMISSION的意图来请求用户的批准。 该应用程序可以通过调用Settings.canDrawOverlays()检查它是否有此授权。

防护等级:签名

Allows an app to create windows using the type TYPE_SYSTEM_ALERT, shown on top of all other apps.

 

 

TRANSMIT_IR

API 19

允许使用设备的红外发射器(如果有)。

防护等级:正常

Allows using the device's IR transmitter, if available.

 


UNINSTALL_SHORTCUT

API 19

允许应用程序卸载启动器中的快捷方式。

防护等级:正常

Allows an application to uninstall a shortcut in Launcher.

 

 

UPDATE_DEVICE_STATS

API 3

允许应用更新设备统计信息。

不适用于第三方应用程序。

Allows an application to update device statistics.

 

 

USE_FINGERPRINT

API 23

允许应用使用指纹硬件。

防护等级:正常

Allows an app to use fingerprint hardware.

 

 

USE_SIP

API 9

允许应用使用SIP服务。

防护等级:危险

Allows an application to use SIP service.

 

 

VIBRATE

API 1

允许访问振动器。

防护等级:正常

Allows access to the vibrator.

 

 

WAKE_LOCK

API 1

允许使用PowerManager WakeLocks防止处理器休眠或屏幕变暗。

防护等级:正常

Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.

 

 

WRITE_APN_SETTINGS

API 1

允许应用程序写入接入点设置。

不适用于第三方应用程序。

Allows applications to write the apn settings.

 

 

WRITE_CALENDAR

API 1

允许应用程序写入用户的日历数据。

防护等级:危险

Allows an application to write the user's calendar data.

 

 

WRITE_CALL_LOG

API 16

允许应用程序写入(但不读取)用户的通话记录数据。

注意:如果您的应用程序使用WRITE_CONTACTS权限,并且您的minSdkVersiontargetSdkVersion值都设置为15或更低,系统会隐式授予您的应用程序此权限。 如果您不需要此权限,请确保您的targetSdkVersion16或更高。

防护等级:危险

Allows an application to write (but not read) the user's call log data.

 

 

WRITE_CONTACTS

允许应用程序写入用户的联系人数据。

防护等级:危险

Allows an application to write the user's contacts data.

 


WRITE_EXTERNAL_STORAGE

API 4

允许应用程序写入外部存储设备。

注意:如果您的minSdkVersiontargetSdkVersion值设置为3或更低,系统会隐式授予您的应用程序此权限。 如果您不需要此权限,请确保您的targetSdkVersion4或更高。

API级别19开始,不需要此权限来读取/写入由getExternalFilesDirString)和getExternalCacheDir()返回的应用程序特定目录中的文件。

防护等级:危险

Allows an application to write to external storage.

 

 

WRITE_GSERVICES

API 1

允许应用修改Google服务地图。

不适用于第三方应用程序。

Allows an application to modify the Google service map.

 

 

WRITE_SECURE_SETTINGS

API 3

允许应用读取或写入安全系统设置。

不适用于第三方应用程序。

Allows an application to read or write the secure system settings.

 

 

WRITE_SETTINGS

API 1

允许应用程序读取或写入系统设置。

注意:如果应用程式指定的API层级为23或更高,应用程式使用者必须透过权限管理画面明确授予此权限给应用程式。 该应用通过发送具有操作ACTION_MANAGE_WRITE_SETTINGS的意图来请求用户的批准。 应用程序可以通过调用Settings.System.canWrite()来检查它是否具有此授权。

防护等级:签名

Allows an application to read or write the system settings.

 

 

WRITE_SYNC_SETTINGS

API 1

允许应用程序写入同步设置。

防护等级:正常

Allows applications to write the sync settings.

 

 

WRITE_VOICEMAIL

API 21

允许应用修改和删除系统中现有的语音邮件。

保护级别:签名|特权

Allows an application to modify and remove existing voicemails in the system.

更多相关文章

  1. android Manifest.xml选项
  2. android 如何判断程序是否在前台运行
  3. Android(安卓)webView 使用back功能返回以前浏览过的页面
  4. android 如何判断当前进程在主页面
  5. Android开发前景展望
  6. Android(安卓)应用程序基础(Application Fundamentals)----Applica
  7. Android应用程序框架层和系统运行库层日志系统源代码分析
  8. smartwindow
  9. Android彻底退出应用程序

随机推荐

  1. Android(安卓)分享功能的实现
  2. android 五种Log的意思
  3. Android电话拨号器
  4. arcgis for android 离线切片加载与geoda
  5. Android:如何实现例如iOS的listview 的弹
  6. [Android] 启动无线与网络设置的Action__
  7. 2011.12.06——— android 带边框的Image
  8. Android 默认把触摸屏show touches打开
  9. Android 9.0 (P版本) SystemServer中的服
  10. android中设置控件获得焦点