Tip: Use Ctrl+F to quickly search
Permission | Name | Description |
---|---|---|
android.permission.ACCESS_CHECKIN_PROPERTIES | Access Checkin Properties | Permission to read or write to the check-in database properties table |
android.permission.ACCESS_COARSE_LOCATION | Access Coarse Location | Obtain approximate latitude and longitude information via WiFi or mobile base stations, with positioning accuracy ranging from 30 to 1500 meters |
android.permission.ACCESS_FINE_LOCATION | Access Fine Location | Receive satellite positioning information via GPS chip, with positioning accuracy within 10 meters |
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS | Access Location Extra Commands | Allow programs to access additional location provider instructions |
android.permission.ACCESS_MOCK_LOCATION | Access Mock Location | Obtain mock location information, generally used to help developers debug applications |
android.permission.ACCESS_NETWORK_STATE | Access Network State | Obtain network information status, such as whether the current network connection is valid |
android.permission.ACCESS_SURFACE_FLINGER | Access Surface Flinger | Low-level graphics display support on the Android platform, generally used for game or camera preview interfaces and low-level mode screen captures |
android.permission.ACCESS_WIFI_STATE | Access WiFi State | Obtain the current WiFi access status and WLAN hotspot information |
android.permission.ACCOUNT_MANAGER | Account Manager | Obtain account authentication information, mainly Gmail account information, accessible only by system-level processes |
android.permission.AUTHENTICATE_ACCOUNTS | Authenticate Accounts | Allow a program to access Account Manager related information through account authentication |
android.permission.BATTERY_STATS | Battery Stats | Obtain battery usage statistics information |
android.permission.BIND_APPWIDGET | Bind App Widget | Allow a program to inform the AppWidget service that it needs to access the widget's database, used by very few applications |
android.permission.BIND_DEVICE_ADMIN | Bind Device Admin | Request system administrator receiver, only usable by the system |
android.permission.BIND_INPUT_METHOD | Bind Input Method | Request InputMethodService, only usable by the system |
android.permission.BIND_REMOTEVIEWS | Bind Remote Views | Must be requested through RemoteViewsService, only usable by the system |
android.permission.BIND_WALLPAPER | Bind Wallpaper | Must be requested through WallpaperService, only usable by the system |
android.permission.BLUETOOTH | Bluetooth | Allow programs to connect to paired Bluetooth devices |
android.permission.BLUETOOTH_ADMIN | Bluetooth Admin | Allow programs to discover and pair new Bluetooth devices |
android.permission.BRICK | Brick Device | Can disable the phone, very dangerous, as the name suggests, it can turn the phone into a 'brick' |
android.permission.BROADCAST_PACKAGE_REMOVED | Broadcast on Package Removal | Trigger a broadcast when an application is being removed |
android.permission.BROADCAST_SMS | Broadcast on SMS Receipt | Trigger a broadcast when an SMS message is received |
android.permission.BROADCAST_STICKY | Sticky Broadcast | Allow a program to quickly receive the next broadcast after receiving one |
android.permission.BROADCAST_WAP_PUSH | WAP Push Broadcast | Trigger a broadcast when a WAP Push service is received |
android.permission.CALL_PHONE | Call Phone | Allow programs to dial phone numbers from non-system dialers |
android.permission.CALL_PRIVILEGED | Privileged Call | Allow programs to make calls and replace the system's dialer interface |
android.permission.CAMERA | Camera | Allow access to the camera for taking photos |
android.permission.CHANGE_COMPONENT_ENABLED_STATE | Change Component Enabled State | Change whether components are enabled |
android.permission.CHANGE_CONFIGURATION | Change Configuration | Allow the current application to change configurations, such as location |
android.permission.CHANGE_NETWORK_STATE | Change Network State | Change network state such as enabling or disabling network connectivity |
android.permission.CHANGE_WIFI_MULTICAST_STATE | Change WiFi Multicast State | Change WiFi multicast state |
android.permission.CHANGE_WIFI_STATE | Change WiFi State | Change WiFi state |
android.permission.CLEAR_APP_CACHE | Clear App Cache | Clear application cache |
android.permission.CLEAR_APP_USER_DATA | Clear App User Data | Clear application user data |
android.permission.CWJ_GROUP | CWJ Group Access | Allow CWJ account group to access low-level information |
android.permission.CELL_PHONE_MASTER_EX | Cell Phone Master Extended | Cell Phone Master extended permissions |
android.permission.CONTROL_LOCATION_UPDATES | Control Location Updates | Allow obtaining mobile network location information changes |
android.permission.DELETE_CACHE_FILES | Delete Cache Files | Allow applications to delete cache files |
android.permission.DELETE_PACKAGES | Delete Packages | Allow programs to uninstall applications |
android.permission.DEVICE_POWER | Device Power | Allow access to low-level power management |
android.permission.DIAGNOSTIC | Diagnostic | Allow programs to read and write to diagnostic resources |
android.permission.DISABLE_KEYGUARD | Disable Keyguard | Allow programs to disable the keyguard |
android.permission.DUMP | Dump System Info | Allow programs to obtain system dump information from system services |
android.permission.EXPAND_STATUS_BAR | Expand Status Bar | Allow programs to expand or collapse the status bar |
android.permission.FACTORY_TEST | Factory Test Mode | Allow programs to run in factory test mode |
android.permission.FLASHLIGHT | Flashlight | Allow access to the flashlight |
android.permission.FORCE_BACK | Force Back | Allow programs to force the use of the back button, regardless of whether the Activity is at the top level |
android.permission.GET_ACCOUNTS | Get Accounts | Access Gmail account list |
android.permission.GET_PACKAGE_SIZE | Get Package Size | Obtain application file size |
android.permission.GET_TASKS | Get Tasks | Allow programs to get currently or recently running applications |
android.permission.GLOBAL_SEARCH | Global Search | Allow programs to use global search functionality |
android.permission.HARDWARE_TEST | Hardware Test | Access hardware auxiliary devices for hardware testing |
android.permission.INJECT_EVENTS | Inject Events | Allow access to low-level events of this program, obtaining event streams from buttons and trackball |
android.permission.INSTALL_LOCATION_PROVIDER | Install Location Provider | Install location provider |
android.permission.INSTALL_PACKAGES | Install Packages | Allow programs to install applications |
android.permission.INTERNAL_SYSTEM_WINDOW | Internal System Window | Allow programs to open internal windows, this permission is not open to third-party applications |
android.permission.INTERNET | Internet | Access network connection, may generate GPRS traffic |
android.permission.KILL_BACKGROUND_PROCESSES | Kill Background Processes | Allow programs to call killBackgroundProcesses(String) method to end background processes |
android.permission.MANAGE_ACCOUNTS | Manage Accounts | Allow programs to manage account lists in AccountManager |
android.permission.MANAGE_APP_TOKENS | Manage App Tokens | Manage creation, destruction, and Z-axis order, only for system use |
android.permission.MTWEAK_USER | mTweak User | Allow mTweak users to access advanced system permissions |
android.permission.MTWEAK_FORUM | mTweak Forum | Allow use of mTweak community permissions |
android.permission.MASTER_CLEAR | Master Clear | Allow programs to perform a soft format, deleting system configuration information |
android.permission.MODIFY_AUDIO_SETTINGS | Modify Audio Settings | Modify sound settings information |
android.permission.MODIFY_PHONE_STATE | Modify Phone State | Modify phone state, such as airplane mode, but does not include replacing the system dialer interface |
android.permission.MOUNT_FORMAT_FILESYSTEMS | Mount Format Filesystems | Format removable filesystems, such as formatting and erasing SD cards |
android.permission.MOUNT_UNMOUNT_FILESYSTEMS | Mount Unmount Filesystems | Mount and unmount external filesystems |
android.permission.NFC | NFC | Allow programs to perform NFC near-field communication operations, used for mobile support |
android.permission.PERSISTENT_ACTIVITY | Persistent Activity | Create a persistent Activity, this feature is marked to be removed in the future |
android.permission.PROCESS_OUTGOING_CALLS | Process Outgoing Calls | Allow programs to monitor, modify, or abandon outgoing calls |
android.permission.READ_CALENDAR | Read Calendar | Allow programs to read user's calendar information |
android.permission.READ_CONTACTS | Read Contacts | Allow applications to access contact address book information |
android.permission.READ_FRAME_BUFFER | Read Frame Buffer | Read frame buffer for screen capture |
com.android.browser.permission.READ_HISTORY_BOOKMARKS | Read History and Bookmarks | Read browser favorites and history |
android.permission.READ_INPUT_STATE | Read Input State | Read current key input state, only for system use |
android.permission.READ_LOGS | Read Logs | Read low-level system logs |
android.permission.READ_PHONE_STATE | Read Phone State | Access phone state |
android.permission.READ_SMS | Read SMS | Read SMS content |
android.permission.READ_SYNC_SETTINGS | Read Sync Settings | Read sync settings, read Google online sync settings |
android.permission.READ_SYNC_STATS | Read Sync Stats | Read sync status, obtain Google online sync status |
android.permission.REBOOT | Reboot | Allow programs to reboot the device |
android.permission.RECEIVE_BOOT_COMPLETED | Receive Boot Completed | Allow programs to run automatically at boot |
android.permission.RECEIVE_MMS | Receive MMS | Receive MMS messages |
android.permission.RECEIVE_SMS | Receive SMS | Receive SMS messages |
android.permission.RECEIVE_WAP_PUSH | Receive WAP Push | Receive WAP PUSH information |
android.permission.RECORD_AUDIO | Record Audio | Record sound through phone or headphone microphone |
android.permission.REORDER_TASKS | Reorder Tasks | Reorder system Z-axis running tasks |
android.permission.RESTART_PACKAGES | Restart Packages | End tasks through restartPackage(String) method, this method will be abandoned in the future |
android.permission.SEND_SMS | Send SMS | Send SMS messages |
android.permission.SET_ACTIVITY_WATCHER | Set Activity Watcher | Set Activity watcher, generally used for monkey testing |
com.android.alarm.permission.SET_ALARM | Set Alarm | Set alarm reminders |
android.permission.SET_ALWAYS_FINISH | Set Always Finish | Set whether programs always exit in the background |
android.permission.SET_ANIMATION_SCALE | Set Animation Scale | Set global animation scale |
android.permission.SET_DEBUG_APP | Set Debug App | Set debug program, generally used for development |
android.permission.SET_ORIENTATION | Set Orientation | Set screen orientation to landscape or standard display, not for ordinary applications |
android.permission.SET_PREFERRED_APPLICATIONS | Set Application Parameters | Set application parameters, no longer functional. See addPackageToPreferred(String) for details |
android.permission.SET_PROCESS_LIMIT | Set Process Limit | Allow programs to set the maximum number of processes limit |
android.permission.SET_TIME | Set System Time | Set system time |
android.permission.SET_TIME_ZONE | Set System Time Zone | Set system time zone |
android.permission.SET_WALLPAPER | Set Wallpaper | Set desktop wallpaper |
android.permission.SET_WALLPAPER_HINTS | Set Wallpaper Hints | Set wallpaper recommendations |
android.permission.SIGNAL_PERSISTENT_PROCESSES | Signal Persistent Processes | Send a persistent process signal |
android.permission.STATUS_BAR | Status Bar Control | Allow programs to open, close, or disable the status bar |
android.permission.SUBSCRIBED_FEEDS_READ | Access Subscribed Content | Access the subscribed information database |
android.permission.SUBSCRIBED_FEEDS_WRITE | Write Subscribed Content | Write or modify the subscribed content database |
android.permission.SYSTEM_ALERT_WINDOW | Display System Window | Display system window |
android.permission.UPDATE_DEVICE_STATS | Update Device Status | Update device status |
android.permission.USE_CREDENTIALS | Use Credentials | Allow programs to request authentication from AccountManager |
android.permission.USE_SIP | Use SIP Video | Allow programs to use SIP video services |
android.permission.VIBRATE | Use Vibration | Allow vibration |
android.permission.WAKE_LOCK | Wake Lock | Allow programs to keep background processes running after the phone screen is turned off |
android.permission.WRITE_APN_SETTINGS | Write GPRS APN Settings | Write network GPRS access point settings |
android.permission.WRITE_CALENDAR | Write Calendar | Write to calendar, but not read |
android.permission.WRITE_CONTACTS | Write Contacts | Write to contacts, but not read |
android.permission.WRITE_EXTERNAL_STORAGE | Write External Storage | Allow programs to write to external storage, such as writing files on SD card |
android.permission.WRITE_GSERVICES | Write Google Maps Data | Allow programs to write Google Map service data |
com.android.browser.permission.WRITE_HISTORY_BOOKMARKS | Write Bookmarks and History | Write to browser history or bookmarks, but not read |
android.permission.WRITE_SECURE_SETTINGS | Read/Write System Sensitive Settings | Allow programs to read and write system security-sensitive settings |
android.permission.WRITE_SETTINGS | Read/Write System Settings | Allow reading and writing of system settings |
android.permission.WRITE_SMS | Write SMS | Allow writing SMS messages |
Links: Developer Tools