PermissionNameDescription
android.permission.ACCESS_CHECKIN_PROPERTIESAccess Check-in PropertiesPermission to read or write the check-in database property table
android.permission.ACCESS_COARSE_LOCATIONAccess Approximate LocationObtain user's approximate latitude and longitude through WiFi or mobile base stations; location accuracy ranges from 30~1500 meters
android.permission.ACCESS_FINE_LOCATIONAccess Precise LocationReceive GPS satellite positioning information with an accuracy of within 10 meters
android.permission.ACCESS_LOCATION_EXTRA_COMMANDSAccess Extra Location CommandsAllow access to additional location provider commands
android.permission.ACCESS_MOCK_LOCATIONAccess Mock LocationAccess mock location information, generally used for debugging purposes
android.permission.ACCESS_NETWORK_STATEAccess Network StateGet network information state, such as whether the current network connection is valid
android.permission.ACCESS_SURFACE_FLINGERAccess Surface FlingerLow-level graphic display support on Android, generally used for game or camera preview interfaces and low-level screenshots
android.permission.ACCESS_WIFI_STATEAccess WiFi StateGet the current WiFi connection status and WLAN hotspot information
android.permission.ACCOUNT_MANAGERAccount ManagerAccess account verification information, mainly for GMail accounts, only accessible by system-level processes
android.permission.AUTHENTICATE_ACCOUNTSAuthenticate AccountsAllow an application to authenticate accounts through account manager
android.permission.BATTERY_STATSBattery StatsAccess battery statistics
android.permission.BIND_APPWIDGETBind App WidgetsAllow an application to tell the AppWidget service to access the widget's database, used by very few apps
android.permission.BIND_DEVICE_ADMINBind Device AdminRequest the system administrator receiver; only available to the system
android.permission.BIND_INPUT_METHODBind Input MethodRequest InputMethodService service; only available to the system
android.permission.BIND_REMOTEVIEWSBind RemoteViewMust request through RemoteViewsService; only available to the system
android.permission.BIND_WALLPAPERBind WallpaperMust request through WallpaperService; only available to the system
android.permission.BLUETOOTHUse BluetoothAllow pairing with Bluetooth devices
android.permission.BLUETOOTH_ADMINBluetooth AdminAllow applications to discover and pair Bluetooth devices
android.permission.BRICKTurn Into BrickDisable the phone, extremely dangerous, as the name suggests, turns the phone into a brick
android.permission.BROADCAST_PACKAGE_REMOVEDBroadcast on App RemovalTrigger a broadcast when an application is removed
android.permission.BROADCAST_SMSBroadcast on SMS ReceiptTrigger a broadcast when an SMS is received
android.permission.BROADCAST_STICKYSticky BroadcastAllow an application to quickly receive the next broadcast after the previous one
android.permission.BROADCAST_WAP_PUSHWAP PUSH BroadcastTrigger a broadcast when a WAP PUSH message is received
android.permission.CALL_PHONEMake Phone CallsAllow the application to initiate phone calls from a non-system dialer
android.permission.CALL_PRIVILEGEDCall PrivilegedAllow the application to call phone numbers, replacing the system's dialer interface
android.permission.CAMERACamera AccessAllow access to the camera for taking photos
android.permission.CHANGE_COMPONENT_ENABLED_STATEChange Component StateChange whether a component is enabled
android.permission.CHANGE_CONFIGURATIONChange ConfigurationAllow the current application to change configuration, such as location
android.permission.CHANGE_NETWORK_STATEChange Network StateChange network state, such as enabling or disabling connectivity
android.permission.CHANGE_WIFI_MULTICAST_STATEChange WiFi Multicast StateChange WiFi multicast state
android.permission.CHANGE_WIFI_STATEChange WiFi StateChange WiFi connectivity state
android.permission.CLEAR_APP_CACHEClear App CacheClear the application's cache
android.permission.CLEAR_APP_USER_DATAClear User DataClear application user data
android.permission.CWJ_GROUPLow-Level AccessAllow CWJ group accounts to access low-level information
android.permission.CELL_PHONE_MASTER_EXCell Phone Master ExtensionExtension permission for cell phone optimizer master
android.permission.CONTROL_LOCATION_UPDATESControl Location UpdatesAllow obtaining changes in mobile network location information
android.permission.DELETE_CACHE_FILESDelete Cache FilesAllow applications to delete cache files
android.permission.DELETE_PACKAGESDelete ApplicationsAllow applications to delete applications
android.permission.DEVICE_POWERPower ManagementAllow access to low-level power management
android.permission.DIAGNOSTICApplication DiagnosticAllow applications to read/write diagnostic resources
android.permission.DISABLE_KEYGUARDDisable KeyguardAllow applications to disable the keyboard lock
android.permission.DUMPDump System InformationAllow applications to retrieve system dump information from system services
android.permission.EXPAND_STATUS_BARStatus Bar ControlAllow applications to expand or collapse the status bar
android.permission.FACTORY_TESTFactory Test ModeAllow applications to run in factory test mode
android.permission.FLASHLIGHTUse FlashlightAllow access to the flashlight
android.permission.FORCE_BACKForce BackAllow applications to force the back button usage, regardless of whether the activity is at the top
android.permission.GET_ACCOUNTSAccess Gmail AccountsAccess the list of GMail accounts
android.permission.GET_PACKAGE_SIZEGet App SizeGet the file size of the application
android.permission.GET_TASKSGet Task InformationAllow applications to get the current or recently running applications
android.permission.GLOBAL_SEARCHGlobal SearchAllow applications to use global search functions
android.permission.HARDWARE_TESTHardware TestingAccess hardware auxiliary devices, used for hardware testing
android.permission.INJECT_EVENTSInject EventsAllow access to the underlying events of this program, obtaining the key and trackball event stream
android.permission.INSTALL_LOCATION_PROVIDERInstall Location ProviderInstall location provider
android.permission.INSTALL_PACKAGESInstall ApplicationsAllow applications to install applications
android.permission.INTERNAL_SYSTEM_WINDOWInternal System WindowAllow applications to open internal windows; not available to third-party applications
android.permission.INTERNETAccess InternetAccess network connections, may generate GPRS traffic
android.permission.KILL_BACKGROUND_PROCESSESTerminate Background ProcessesAllow applications to call the killBackgroundProcesses(String) method to terminate background processes
android.permission.MANAGE_ACCOUNTSManage AccountsAllow applications to manage the account list in AccountManager
android.permission.MANAGE_APP_TOKENSManage App TokensManage the creation, destruction, and Z-axis order, used only by the system
android.permission.MTWEAK_USERAdvanced PermissionsAllow mTweak users to access advanced system permissions
android.permission.MTWEAK_FORUMCommunity PermissionsAllow the use of mTweak community permissions
android.permission.MASTER_CLEARSoft FormatAllow applications to perform a soft format, deleting system configuration information
android.permission.MODIFY_AUDIO_SETTINGSModify Audio SettingsModify audio settings information
android.permission.MODIFY_PHONE_STATEModify Phone StateModify phone state, such as airplane mode, but does not include replacing the system dialer interface
android.permission.MOUNT_FORMAT_FILESYSTEMSFormat File SystemsFormat removable file systems, such as clearing an SD card
android.permission.MOUNT_UNMOUNT_FILESYSTEMSMount File SystemsMount and unmount external file systems
android.permission.NFCAllow NFC CommunicationAllow applications to perform NFC proximity communication operations, used for mobile support
android.permission.PERSISTENT_ACTIVITYPersistent ActivityCreate a persistent activity; this function is marked for future removal
android.permission.PROCESS_OUTGOING_CALLSProcess Outgoing CallsAllow applications to monitor, modify, or terminate outgoing calls
android.permission.READ_CALENDARRead Calendar EventsAllow applications to read user's calendar information
android.permission.READ_CONTACTSRead ContactsAllow access to contact information in the address book
android.permission.READ_FRAME_BUFFERScreenshotRead frame buffer for screenshots
com.android.browser.permission.READ_HISTORY_BOOKMARKSRead Bookmarks and HistoryRead browser bookmarks and history
android.permission.READ_INPUT_STATERead Input StateRead the current key input state, only used by the system
android.permission.READ_LOGSRead System LogsRead system-level logs
android.permission.READ_PHONE_STATERead Phone StateAccess phone state
android.permission.READ_SMSRead SMS ContentRead SMS content
android.permission.READ_SYNC_SETTINGSRead Sync SettingsRead sync settings, including Google online sync settings
android.permission.READ_SYNC_STATSRead Sync StatsRead sync status, including Google online sync status
android.permission.REBOOTReboot DeviceAllow applications to reboot the device
android.permission.RECEIVE_BOOT_COMPLETEDAuto-Run on BootAllow applications to run automatically on boot
android.permission.RECEIVE_MMSReceive MMSReceive MMS messages
android.permission.RECEIVE_SMSReceive SMSReceive SMS messages
android.permission.RECEIVE_WAP_PUSHReceive Wap PushReceive WAP PUSH messages
android.permission.RECORD_AUDIORecord AudioRecord sound through the phone or headset microphone
android.permission.REORDER_TASKSReorder System TasksReorder tasks running on the system Z-axis
android.permission.RESTART_PACKAGESEnd System TasksEnd tasks using the restartPackage(String) method, a deprecated way
android.permission.SEND_SMSSend SMSSend SMS messages
android.permission.SET_ACTIVITY_WATCHERSet Activity WatcherSet an Activity watcher, generally used for monkey testing
com.android.alarm.permission.SET_ALARMSet Alarm ReminderSet alarm reminders
android.permission.SET_ALWAYS_FINISHSet Always FinishSet whether the program should always finish when running in the background
android.permission.SET_ANIMATION_SCALESet Animation ScaleSet global animation scaling
android.permission.SET_DEBUG_APPSet Debug AppSet the debug application, generally used for development
android.permission.SET_ORIENTATIONSet Screen OrientationSet the screen orientation to landscape or standard mode, not for general applications
android.permission.SET_PREFERRED_APPLICATIONSSet Preferred ApplicationsSet application preferences, no longer in use, see addPackageToPreferred(String) documentation
android.permission.SET_PROCESS_LIMITSet Process LimitAllow applications to set the maximum number of running processes
android.permission.SET_TIMESet System TimeSet the system time
android.permission.SET_TIME_ZONESet System TimezoneSet the system timezone
android.permission.SET_WALLPAPERSet Desktop WallpaperSet the desktop wallpaper
android.permission.SET_WALLPAPER_HINTSSet Wallpaper SuggestionsSet wallpaper suggestions
android.permission.SIGNAL_PERSISTENT_PROCESSESSend Persistent Process SignalsSend a persistent process signal
android.permission.STATUS_BARStatus Bar ControlAllow applications to open, close, or disable the status bar
android.permission.SUBSCRIBED_FEEDS_READAccess Subscribed ContentAccess subscribed information databases
android.permission.SUBSCRIBED_FEEDS_WRITEWrite Subscribed ContentWrite or modify the subscribed content database
android.permission.SYSTEM_ALERT_WINDOWShow System WindowsShow system windows
android.permission.UPDATE_DEVICE_STATSUpdate Device StatusUpdate device status
android.permission.USE_CREDENTIALSUse CredentialsAllow applications to request authentication from the AccountManager
android.permission.USE_SIPUse SIP VideoAllow applications to use SIP video services
android.permission.VIBRATEUse VibrationAllow vibration
android.permission.WAKE_LOCKWake LockAllow applications to run in the background after the phone screen is off
android.permission.WRITE_APN_SETTINGSWrite GPRS Access Point SettingsWrite network GPRS access point settings
android.permission.WRITE_CALENDARWrite Calendar EventsWrite calendar events, but cannot read them
android.permission.WRITE_CONTACTSWrite ContactsWrite contacts, but cannot read them
android.permission.WRITE_EXTERNAL_STORAGEWrite External StorageAllow applications to write to external storage, such as writing files to an SD card
android.permission.WRITE_GSERVICESWrite Google Map DataAllow applications to write Google Map service data
com.android.browser.permission.WRITE_HISTORY_BOOKMARKSWrite Bookmarks and HistoryWrite to the browser history or bookmarks, but cannot read them
android.permission.WRITE_SECURE_SETTINGSRead and Write Secure SettingsAllow applications to read and write secure settings
android.permission.WRITE_SETTINGSRead and Write System SettingsAllow reading and writing system settings
android.permission.WRITE_SMSWrite SMSAllow writing SMS messages
Your Footprints: