android权限说明

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

权限说明

android.permission.ACCESS_CHECKIN_PROPERTIES :

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

允许以read/write访问检入数据库(checkin database?)的"properties"表,并且可以更改、更新数据库。

android.permission.ACCESS_COARSE_LOCATION :

Allows an application to access coarse(e.g, Cell-ID, WiFi) location. 允许一个应用程序通过访问CellID和WiFi热点等方式获取粗略的本地位置。

android.permission.ACCESS_FINE_LOCATION :

Allows an application to access fine(e.g, GPS) location.

允许一个应用程序通过访问GPS等方式获取较精确的本地位置。

android.permission.ACCESS_LOCATION_EXTRA_COMMANDS : Allows an application to access extra location provider commands. 允许一个应用程序访问(使用)额外的本地位置服务提供者。

android.permission.ACCESS_MOCK_LOCATION :

Allows an application to access mock location providers for testing. 允许一个应用程序访问(创建)模拟的位置服务提供者用于测试。

android.permission.ACCESS_NETWORK_STATE :

Allows applications to access information about networks.

允许应用程序访问(获取)网络信息。

android.permission.ACCESS_SURFACE_FLINGER :

Allows an application to use SurfaceFlinger’s low level features.

允许一个应用程序使用SurfaceFlinger的底层属性。(什么是SurfaceFlinger?)

android.permission.ACCESS_WIFI_STATE :

Allows applications to access information about Wi-Fi networks.

允许应用程序获取Wi-Fi网络的信息)。

android.permission.ACCOUNT_MANAGER :

Allows an applications to call into AccountAuthenticators.

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

android.permission.AUTHERTICATE_ACCOUTS :

Allows an applicatons to act as an AccoutAuterticator for the AccoutManger.

允许一个应用程序充当账户认证管理者。

android.permission.BATTERY_STATS :

Allows an application to collect battery statistics.

允许一个应用程序获取电池使用的统计信息(剩余电量、电池的耗电情况(各主要应用程序耗电占总耗电的百分比等)等)。

android.permission.BIND_APPWIGET :

Allows an application to tell the AppWiget service which application can access AppWiget data.

允许一个应用程序告知AppWiget服务:我(当前应用程序)可以访问AppWiget数据。

android.permission.BIND_DEVICE_ADMIN :

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

设备管理服务必须拥有的权限,确保只有系统可以通过设备管理服务与设备进行互动(访问设备,数据交互)。

android.permission.BIND_INPUT_METHOD :

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

输入法服务(InputMethodService)必须拥有的权限,确保只有系统可以绑定之。

android.permission.BIND_WALLPAPER :

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

桌面服务(WallpaperService)必须拥有的权限,确保只有系统才可以绑定之.

android.permission.BLUETOOTH :

Allows applications to connect to paired buletooth devices.

允许应用程序连接到已配对的蓝牙设备(远端蓝牙,非本机蓝牙)。

相关文档
最新文档