【Android API翻译】Manifest.permission

原文地址:http://developer.android.com/reference/android/Manifest.permission.html

翻译时间:2013年5月18日 16:12:30

public static final class Manifest.permission extends Object

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

允许读写进入资产表在签入数据库里,去改变被上传的值。

2.String ACCESS_COARSE_LOCATION Allow an app access approximate location derived from network location sources such as cell towers and wifi.

允许应用进入近似的衍生位置从网络位置上,像基站和wifi。(获取用户错略的经纬度信息)

3.String ACCESS_FINE_LOCATION Allow an app to access precise location from location sources such as GPS,cell towers,and wifi.

允许应用获取精确的位置信息,像gps,基站,wifi。

4,String ACCESS_LOCATION_EXTRA_COMMANDS Allows an application to access extra location provider commands.

允许程序获取额外的位置提供者指令。

5,String ACCESS_MOCK_LOCATION Allows an application to create mock location providers for testing .

获取模拟定位信息,一般帮助开发者测试使用。

6,String ACCESS_NETWORK_STATE Allows application to access information about networks.

允许访问网络信息。

7,String ACCESS_SURFACE_FLINGER Allows an application to use SurfaceFlinger's low level feature.

android平台上底层的图形显示支持,一般用于游戏或照相机预览界面和底层模式的屏幕截图。

8,String ACCESS_WIFI_STATE Allows applications to call access information about Wi-Fi networks.

允许读取wifi网络的状态。

9,String ACCOUNT_MANAGER Allows application to call into Account Authenticators.

获取账户验证信息,主要为Gmail账户信息,只有系统级进程才能访问的权限。

10,String ADD_VOICEMAIL Allows application s to add voicemails into the system.

允许应用添加声音信息到系统(貌似允许使用语音邮件)4.0的

11,String AUTHENTICATE_ACCOUNTS Allows an application to act as an Account Authenticator for the account manager.

允许一个应用通过账户验证方式访问账户管理account_manager的信息。

12,String BATTERY_STATS Allows an application to collect battery statistics.

允许应用收集手机的电池信息。(貌似用在读书软件,影音软件上的较多)

13,String BIND_ACCESSIBILITY_SERVICE Must be required an AccessibilityServiece, to ensure that only the system can bind to it.

必须需要辅助服务(AccessibilityServiec),确保只有本系统可以使用这个权限。4.0

14,String BIND_APPWIDGET Allows an application to tell the appwidge service whick application can access AppWidget’s data.

允许应用使用小插件服务,可以访问小插件的数据。

15,String BIND_DEVICE_ADMIN must be required by device administration receiver ,to ensure that only the system can interact with it.

必须需要系统管理员接受者,只有系统可以使用。

16,String INPUT_METHOD Must be required by an InputmethodService , to ensure that only the system can bind to it .

必须通过InputMethodService确保只有本系统使用。

17,String BIND_REMOTEVIEWS Must be required by a RemoteViewService ,to ensure that only the system can bind to it.

必需远程服务,确保系统使用。

18,String BIND_TEXT_SERVICE Must be requried by a TextService.

必需TextService

19,String BIND_VPN_SERVICE Must be required by an VpnService, to ensure that only the system can bind to it.

必需VpnService,确保系统使用。

20,String BLUETOOTH Allowa applications to connect to paired bluetooth devices.

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

21,String BLUETOOTH_ADMIN Allows applications to discover and pair bluetooth decices.

允许程序发现,配对蓝牙设备。

22,String BRICK Required to be able to disable the device(very dangerous).

让手机变砖头,非常的危险。

23,String BROADCAST_PACKAGE_REMOVED Allows an application to broadcast a notification that an application package has been removed.

允许应用广播一个通知,当应用的包被删除的时候。

24,String BROADCAST_SMS Allows an application to broadcast an SMS receipt notification.

允许应用发一个广播,当接收一个sms。

25,String BROADCAST_STICKY Allows an application to broadcast stick intents.

允许一个应用广播一个stick Intent。

允许广播收到广播后,快速收到下一个广播。

26,String  BROADCAST_WAP_PUSH Allows an application to broadcast a WAP PUSH receipt notification.

允许应用收到WAP PUSH 服务后,发一个广播。

27,String CALL_PHONE Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.

允许应用开启一个电话事件,不需要使用拨号键,不需要用户确认电话。(从非系统拨号器里拨号)

28,String CALL_PRIVILEGED 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.

允许应用拨打任何电话,包括紧急号码,不需要使用系统拨号器(替换系统的拨号器界面)(貌似来电通等)

29,String CAMERA Required to be able to access the camera device.

允许应用调用照相机设备。

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

允许应用改变一个组件,无论该组件可用与否。

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

允许应用改变当前配置,例如位置信息。

32,String CHANGE_NETWORK_STATE Allows applications to change network connectivity state.

允许应用改变网络连接状态。

33,String CHANGE_WIFI_MULTICAST_STATE Allows applications to enter Wi-Fi Multicast mode.

运行应用进入wifi的多点传送模式。

34,String CHANGE_WIFI_STAE Allows applications to change wifi connectivity state.

允许应用改变wifi连接状态。

35,String CLEAR_APP_CACHE Allows an application to clear the caches of all installed applications on the device.

允许应用清除所有在设备安装的应用的缓存。

36,String CLEAR_APP_USER_DATA Allows an application to clear user data.

允许清除用户的信息。

37,String CONTROL_LOCATION_UPDATES Allows enabling / disabling location update notifications from the radio.

允许开启或停用从无线电位置更新通知。

38,String  DELETE_CACHE_FILES Allows an application to delete cache files .

允许删除缓存文件。

39,String  DELETER_PACKAGES Allows an application to delete packages.

允许删除一个应用。

40 ,String DEVICES_POWER Allows low-level access to power management.

允许访问底层电源管理。

41,String DIAGNOSTIC Allows applications to RW to diagnostic resources.

允许到RW到诊断资源。

42,String DIABLE_KEYGUARD Allows applications to disable the keyguard.

允许程序禁用键盘锁。

43,String DUMP Allows an application to retrieve state dump information from system services.

允许程序从系统服务找回dump信息状态。

44,String EXPAND_STATUS_BAR Allows an applicatio to expand or collapse the status bar.

允许应用扩展或者折叠状态栏。

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

允许该应用像一个测试工厂应用,像超级用户那样运行。

46,String FLASHLIGHT Allows access to the flashlight.

允许使用闪光灯。

47,String FORCE_BACK Allows an application to force a BACK operation on whatever is the top activity.

允许应用强制使用后退键,无论其是否在Activity栈顶。

48,String GET_ACCOUNTS Allows access to the list of accounts in the Accounts Service.

允许访问账户服务中的账户列表(Gmail帐号)。

49,String GET_PACKAGE_SIZE Allows an application to find out the space used by any package.

允许应用获取可用空间。

50,String GET_TASKS Allows an application to get information about the currently or recently running tasks.

允许获取当前|最近运行任务的信息。

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

该应用权限可以被用于内容提供者,允许全局搜索访问其数据。

52,String HARDWARE_TEST Allows access to hardware peripherals.

允许访问外设硬件。

53,String INJECT_EVENTS Allos an application to inject user events(keys,touch,trackball)into the event stream and deliver them to any window.

允许添加按键,触摸,轨迹球事件到事件流里,并且可以分发到任意窗口。

54,String INSTALL_LOCATION_PROVIDER Allows an application to install a location provider into the location manager.

允许应用在本地管理者中安装一个位置提供者。

55,String INSTALL_PACKAGES Allows an application to install packages.

允许安装一个应用。

56,String INTERNAL_SYSTEM_WINDOW Allows an application to open windows that are for use by parts of the system user interface.

允许打开只对系统内部使用的窗口。

57,String INTERNET Allows applications to open network sockets.

允许联网。

58,String  KILL_BACKGROUND_PROCESS Allows an application to call killBackgroundProcess(String).

允许调用killBackgroundProcess(String)方法,结束后台进程。

59,String MANAGE_ACCOUNTS Allows an application to manage the list of accounts in the AccountManager.

允许使用账户管理者管理账户列表。

60,String MANAGE_APP_TOKENS Allows an application to manange(create,destroy,Z-order)application tokens in the window manager.

允许管理(创建,摧毁,z轴次序)应用引用,在窗口管理器中。

61,String MASTER_CLEAR

62,String MODIFY_AUDIO_SETTINGS Allows an application to modify global audio settings.

允许修改全局的声音设置。

63,String MODIFY_PHONE_STATE

posted @ 2013-05-21 00:20  风景线外  阅读(337)  评论(0编辑  收藏  举报