android.Manifest.permission

Summary


Constants
String ACCESS_CHECKIN_PROPERTIESAllows read/write access to the "properties" table in the checkin database, to change values that get uploaded.
String ACCESS_COARSE_LOCATIONAllows an application to access coarse (e.g., Cell-ID, WiFi) location
String ACCESS_FINE_LOCATIONAllows an application to access fine (e.g., GPS) location
String ACCESS_LOCATION_EXTRA_COMMANDSAllows an application to access extra location provider commands
String ACCESS_MOCK_LOCATIONAllows an application to create mock location providers for testing
String ACCESS_NETWORK_STATEAllows applications to access information about networks
String ACCESS_SURFACE_FLINGERAllows an application to use SurfaceFlinger's low level features
String ACCESS_WIFI_STATEAllows applications to access information about Wi-Fi networks
String ACCOUNT_MANAGERAllows applications to call into AccountAuthenticators.
String ADD_VOICEMAILAllows an application to add voicemails into the system.
String AUTHENTICATE_ACCOUNTSAllows an application to act as an AccountAuthenticator for the AccountManager
String BATTERY_STATSAllows an application to collect battery statistics
String BIND_APPWIDGETAllows an application to tell the AppWidget service which application can access AppWidget's data.
String BIND_DEVICE_ADMINMust be required by device administration receiver, to ensure that only the system can interact with it.
String BIND_INPUT_METHODMust be required by an InputMethodService, to ensure that only the system can bind to it.
String BIND_REMOTEVIEWSMust be required by a RemoteViewsService, to ensure that only the system can bind to it.
String BIND_TEXT_SERVICEMust be required by a TextService (e.g.
String BIND_VPN_SERVICEMust be required by an VpnService, to ensure that only the system can bind to it.
String BIND_WALLPAPERMust be required by a WallpaperService, to ensure that only the system can bind to it.
String BLUETOOTHAllows applications to connect to paired bluetooth devices
String BLUETOOTH_ADMINAllows applications to discover and pair bluetooth devices
String BRICK Required to be able to disable the device (very dangerous!).被请求废止设备(非常危险)/ 永久停用手机
String BROADCAST_PACKAGE_REMOVEDAllows an application to broadcast a notification that an application package has been removed.
String BROADCAST_SMSAllows an application to broadcast an SMS receipt notification
String BROADCAST_STICKYAllows an application to broadcast sticky intents.
String BROADCAST_WAP_PUSHAllows an application to broadcast a WAP PUSH receipt notification
String CALL_PHONEAllows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
String CALL_PRIVILEGEDAllows 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.
String CAMERA Required to be able to access the camera device.
String CHANGE_COMPONENT_ENABLED_STATEAllows an application to change whether an application component (other than its own) is enabled or not.
String CHANGE_CONFIGURATIONAllows an application to modify the current configuration, such as locale.
String CHANGE_NETWORK_STATEAllows applications to change network connectivity state
String CHANGE_WIFI_MULTICAST_STATEAllows applications to enter Wi-Fi Multicast mode
String CHANGE_WIFI_STATEAllows applications to change Wi-Fi connectivity state
String CLEAR_APP_CACHEAllows an application to clear the caches of all installed applications on the device.
String CLEAR_APP_USER_DATAAllows an application to clear user data允许清除用户数据
String CONTROL_LOCATION_UPDATESAllows enabling/disabling location update notifications from the radio.
String DELETE_CACHE_FILESAllows an application to delete cache files.
String DELETE_PACKAGESAllows an application to delete packages.
String DEVICE_POWERAllows low-level access to power management
String DIAGNOSTICAllows applications to RW to diagnostic resources.
String DISABLE_KEYGUARDAllows applications to disable the keyguard允许禁用键盘锁(keyguard)
String DUMP Allows an application to retrieve state dump information from system services.
String EXPAND_STATUS_BARAllows an application to expand or collapse the status bar.
String FACTORY_TESTRun as a manufacturer test application, running as the root user.
String FLASHLIGHTAllows access to the flashlight
String FORCE_BACKAllows an application to force a BACK operation on whatever is the top activity.
String GET_ACCOUNTSAllows access to the list of accounts in the Accounts Service
String GET_PACKAGE_SIZEAllows an application to find out the space used by any package.
String GET_TASKSAllows an application to get information about the currently or recently running tasks: a thumbnail representation of the tasks, what activities are running in it, etc.
String GLOBAL_SEARCHThis permission can be used on content providers to allow the global search system to access their data.
String HARDWARE_TESTAllows access to hardware peripherals.
String INJECT_EVENTSAllows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window.
String INSTALL_LOCATION_PROVIDERAllows an application to install a location provider into the Location Manager
String INSTALL_PACKAGESAllows an application to install packages.
String INTERNAL_SYSTEM_WINDOWAllows an application to open windows that are for use by parts of the system user interface.
String INTERNETAllows applications to open network sockets.
String KILL_BACKGROUND_PROCESSESAllows an application to call killBackgroundProcesses(String).
String MANAGE_ACCOUNTSAllows an application to manage the list of accounts in the AccountManager
String MANAGE_APP_TOKENSAllows an application to manage (create, destroy, Z-order) application tokens in the window manager.
String MASTER_CLEAR
String MODIFY_AUDIO_SETTINGSAllows an application to modify global audio settings
String MODIFY_PHONE_STATEAllows modification of the telephony state - power on, mmi, etc.
String MOUNT_FORMAT_FILESYSTEMSAllows formatting file systems for removable storage.
String MOUNT_UNMOUNT_FILESYSTEMSAllows mounting and unmounting file systems for removable storage.
String NFC Allows applications to perform I/O operations over NFC
String PERSISTENT_ACTIVITYThis constant is deprecated. This functionality will be removed in the future; please do not use. Allow an application to make its activities persistent.
String PROCESS_OUTGOING_CALLSAllows an application to monitor, modify, or abort outgoing calls.
String READ_CALENDARAllows an application to read the user's calendar data.
String READ_CONTACTSAllows an application to read the user's contacts data.
String READ_FRAME_BUFFERAllows an application to take screen shots and more generally get access to the frame buffer data
String READ_HISTORY_BOOKMARKSAllows an application to read (but not write) the user's browsing history and bookmarks.
String READ_INPUT_STATEAllows an application to retrieve the current state of keys and switches.
String READ_LOGSAllows an application to read the low-level system log files.
String READ_PHONE_STATEAllows read only access to phone state.
String READ_PROFILEAllows an application to read the user's personal profile data.
String READ_SMSAllows an application to read SMS messages.
String READ_SYNC_SETTINGSAllows applications to read the sync settings
String READ_SYNC_STATSAllows applications to read the sync stats
String REBOOT Required to be able to reboot the device.
String RECEIVE_BOOT_COMPLETEDAllows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.

当系统启动后会收到一条"ACTION_BOOT_COMPLETED"的广播.引用实例
String RECEIVE_MMSAllows an application to monitor incoming MMS messages, to record or perform processing on them.
String RECEIVE_SMSAllows an application to monitor incoming SMS messages, to record or perform processing on them.
String RECEIVE_WAP_PUSHAllows an application to monitor incoming WAP push messages.
String RECORD_AUDIOAllows an application to record audio
String REORDER_TASKSAllows an application to change the Z-order of tasks
String RESTART_PACKAGESThis constant is deprecated. The restartPackage(String) API is no longer supported.
String SEND_SMSAllows an application to send SMS messages.
String SET_ACTIVITY_WATCHERAllows an application to watch and control how activities are started globally in the system.
String SET_ALARMAllows an application to broadcast an Intent to set an alarm for the user.
String SET_ALWAYS_FINISHAllows an application to control whether activities are immediately finished when put in the background.
String SET_ANIMATION_SCALEModify the global animation scaling factor.
String SET_DEBUG_APPConfigure an application for debugging.
String SET_ORIENTATIONAllows low-level access to setting the orientation (actually rotation) of the screen.
String SET_POINTER_SPEEDAllows low-level access to setting the pointer speed.
String SET_PREFERRED_APPLICATIONSThis constant is deprecated. No longer useful, see addPackageToPreferred(String) for details.
String SET_PROCESS_LIMITAllows an application to set the maximum number of (not needed) application processes that can be running.
String SET_TIMEAllows applications to set the system time
String SET_TIME_ZONEAllows applications to set the system time zone
String SET_WALLPAPERAllows applications to set the wallpaper
String SET_WALLPAPER_HINTSAllows applications to set the wallpaper hints
String SIGNAL_PERSISTENT_PROCESSESAllow an application to request that a signal be sent to all persistent processes
String STATUS_BARAllows an application to open, close, or disable the status bar and its icons.
String SUBSCRIBED_FEEDS_READAllows an application to allow access the subscribed feeds ContentProvider.
String SUBSCRIBED_FEEDS_WRITE
String SYSTEM_ALERT_WINDOWAllows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
String UPDATE_DEVICE_STATSAllows an application to update device statistics.
String USE_CREDENTIALSAllows an application to request authtokens from the AccountManager
String USE_SIPAllows an application to use SIP service
String VIBRATEAllows access to the vibrator允许访问震动器
String WAKE_LOCKAllows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming允许PowerManager WakeLocks(电源锁定管理)以使进程休眠或屏幕变暗
String WRITE_APN_SETTINGSAllows applications to write the apn settings
String WRITE_CALENDARAllows an application to write (but not read) the user's calendar data.
String WRITE_CONTACTSAllows an application to write (but not read) the user's contacts data.
String WRITE_EXTERNAL_STORAGEAllows an application to write to external storage
String WRITE_GSERVICESAllows an application to modify the Google service map.
String WRITE_HISTORY_BOOKMARKSAllows an application to write (but not read) the user's browsing history and bookmarks.
String WRITE_PROFILEAllows an application to write (but not read) the user's personal profile data.
String WRITE_SECURE_SETTINGSAllows an application to read or write the secure system settings.
String WRITE_SETTINGSAllows an application to read or write the system settings.允许读写系统设置
String WRITE_SMSAllows an application to write SMS messages.
String WRITE_SYNC_SETTINGSAllows applications to write the sync settings

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值