Permission | Name | Description |
android.permission.ACCESS_CHECKIN_PROPERTIES | Access Check-in Properties | Permission to read or write the check-in database properties table |
android.permission.ACCESS_COARSE_LOCATION | Get Coarse Location | Obtain the user's approximate latitude and longitude information through WiFi or mobile base stations, with a positioning accuracy error of about 30 to 1500 meters |
android.permission.ACCESS_FINE_LOCATION | Get Fine Location | Receive positioning information from the GPS chip, with a positioning accuracy of within 10 meters |
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS | Access Location Extra Commands | Allows the program to access additional location provider commands |
android.permission.ACCESS_MOCK_LOCATION | Get Mock Location Information | Get mock location information, generally used to help developers debug applications |
android.permission.ACCESS_NETWORK_STATE | Get Network State | Get the network information status, such as whether the current network connection is valid |
android.permission.ACCESS_SURFACE_FLINGER | Access Surface Flinger | Underlying graphics display support on the Android platform, generally used for games or camera preview interfaces and screen captures in the underlying mode |
android.permission.ACCESS_WIFI_STATE | Get WiFi State | Get the current WiFi access status and information about WLAN hotspots |
android.permission.ACCOUNT_MANAGER | Account Management | Get account authentication information, mainly Gmail account information, a permission that can only be accessed by system-level processes |
android.permission.AUTHENTICATE_ACCOUNTS | Authenticate Accounts | Allows a program to access account management ACCOUNT_MANAGER related information through account authentication |
android.permission.BATTERY_STATS | Battery Statistics | Get battery power statistics information |
android.permission.BIND_APPWIDGET | Bind App Widget | Allows an application to inform the App Widget service that it needs to access the widget's database, only very few applications use this permission |
android.permission.BIND_DEVICE_ADMIN | Bind Device Admin | Request system admin receiver, only usable by the system |
android.permission.BIND_INPUT_METHOD | Bind Input Method | Request Input Method Service, only usable by the system |
android.permission.BIND_REMOTEVIEWS | Bind Remote Views | Must be requested through the RemoteViews Service, only usable by the system |
android.permission.BIND_WALLPAPER | Bind Wallpaper | Must be requested through the Wallpaper Service, only usable by the system |
android.permission.BLUETOOTH | Use Bluetooth | Allows the program to connect to paired Bluetooth devices |
android.permission.BLUETOOTH_ADMIN | Bluetooth Admin | Allows the program to discover and pair new Bluetooth devices |
android.permission.BRICK | Turn into a Brick | Can disable the phone, very dangerous, as the name implies, it turns the phone into a brick |
android.permission.BROADCAST_PACKAGE_REMOVED | Broadcast on App Removal | Triggers a broadcast when an app is being removed |
android.permission.BROADCAST_SMS | Broadcast on SMS Received | Triggers a broadcast when an SMS is received |
android.permission.BROADCAST_STICKY | Sticky Broadcast | Allows an application to receive broadcasts quickly after receiving one |
android.permission.BROADCAST_WAP_PUSH | WAP PUSH Broadcast | Triggers a broadcast after receiving a WAP PUSH service |
android.permission.CALL_PHONE | Make Phone Calls | Allows the program to input phone numbers from a non-system dialer |
android.permission.CALL_PRIVILEGED | Privileged Phone Calls | Allows the program to make phone calls, replacing the system's dialer interface |
android.permission.CAMERA | Camera Access | Allows access to the camera for taking photos |
android.permission.CHANGE_COMPONENT_ENABLED_STATE | Change Component State | Change whether a component is enabled or not |
android.permission.CHANGE_CONFIGURATION | Change Configuration | Allows the current application to change configurations, such as location |
android.permission.CHANGE_NETWORK_STATE | Change Network State | Change network state such as the ability to connect to the internet |
android.permission.CHANGE_WIFI_MULTICAST_STATE | Change WiFi Multicast State | Change the state of WiFi multicast |
android.permission.CHANGE_WIFI_STATE | Change WiFi State | Change the state of WiFi |
android.permission.CLEAR_APP_CACHE | Clear App Cache | Clear the cache of the application |
android.permission.CLEAR_APP_USER_DATA | Clear User Data | Clear the user data of the application |
android.permission.CWJ_GROUP | Underlying Access Permission | Allows CWJ account group to access underlying information |
android.permission.CELL_PHONE_MASTER_EX | Cell Phone Optimization Master Extended Permission | Cell Phone Optimization Master Extended Permission |
android.permission.CONTROL_LOCATION_UPDATES | Control Location Updates | Allows obtaining changes in mobile network location information |
android.permission.DELETE_CACHE_FILES | Delete Cache Files | Allows the application to delete cache files |
android.permission.DELETE_PACKAGES | Delete Applications | Allows the program to delete applications |
android.permission.DEVICE_POWER | Power Management | Allows access to underlying power management |
android.permission.DIAGNOSTIC | Application Diagnostic | Allows the program to RW to diagnostic resources |
android.permission.DISABLE_KEYGUARD | Disable Keyguard | Allows the program to disable the keyguard |
android.permission.DUMP | Dump System Information | Allows the program to obtain system dump information from system services |
android.permission.EXPAND_STATUS_BAR | StatusBar Control | Allows the program to expand or contract the status bar |
android.permission.FACTORY_TEST | Factory Test Mode | Allows the program to run in factory test mode |
android.permission.FLASHLIGHT | Use Flashlight | Allows access to the flashlight |
android.permission.FORCE_BACK | Force Back | Allows the program to force the use of the back button, regardless of whether the Activity is at the top |
android.permission.GET_ACCOUNTS | Access Gmail Account List | Access the Gmail account list |
android.permission.GET_PACKAGE_SIZE | Get Application Size | Get the file size of the application |
android.permission.GET_TASKS | Get Task Information | Allows the program to get information about currently or recently running applications |
android.permission.GLOBAL_SEARCH | Allow Global Search | Allows the program to use the global search feature |
android.permission.HARDWARE_TEST | Hardware Test | Access hardware auxiliary devices for hardware testing |
android.permission.INJECT_EVENTS | Inject Events | Allows access to the underlying events of this program, obtaining key and trackball event streams |
android.permission.INSTALL_LOCATION_PROVIDER | Install Location Provider | Install Location Provider |
android.permission.INSTALL_PACKAGES | Install Applications | Allows the program to install applications |
android.permission.INTERNAL_SYSTEM_WINDOW | Internal System Window | Allows the program to open internal windows, this permission is not open to third-party applications |
android.permission.INTERNET | Access the Internet | Access network connections, may generate GPRS traffic |
android.permission.KILL_BACKGROUND_PROCESSES | End Background Processes | Allows the program to call the method killBackgroundProcesses(String) to end background processes |
android.permission.MANAGE_ACCOUNTS | Manage Accounts | Allows the program to manage the account list in AccountManager |
android.permission.MANAGE_APP_TOKENS | Manage App Tokens | Manage the creation, destruction, and z-order of application tokens, used only by the system |
android.permission.MTWEAK_USER | Advanced Permission | Allows mTweak users to access advanced system permissions |
android.permission.MTWEAK_FORUM | Forum Permission | Allows the use of mTweak forum permissions |
android.permission.MASTER_CLEAR | Soft Reset | Allows the program to perform a soft reset, deleting system configuration information |
android.permission.MODIFY_AUDIO_SETTINGS | Modify Audio Settings | Modify audio 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 | Format File System | Format removable file systems, such as formatting to clear the SD card |
android.permission.MOUNT_UNMOUNT_FILESYSTEMS | Mount and Unmount File Systems | Mount and unmount external file systems |
android.permission.NFC | Allow NFC Communication | Allows the program 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 | Allows the program to monitor, modify, or abort outgoing calls |
android.permission.READ_CALENDAR | Read Calendar Reminders | Allows the program to read the user's calendar information |
android.permission.READ_CONTACTS | Read Contacts | Allows the application to access contact address book information |
android.permission.READ_FRAME_BUFFER | Screenshot | Read the frame buffer for taking screenshots |
com.android.browser.permission.READ_HISTORY_BOOKMARKS | Read Bookmarks and History | Read browser bookmarks and history |
android.permission.READ_INPUT_STATE | Read Input State | Read the current key's input state, used only by the system |
android.permission.READ_LOGS | Read System Logs | Read the underlying system logs |
android.permission.READ_PHONE_STATE | Read Phone State | Access phone state |
android.permission.READ_SMS | Read SMS Content | 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 Status | Read sync status, obtain Google online sync status |
android.permission.REBOOT | Reboot Device | Allows the program to reboot the device |
android.permission.RECEIVE_BOOT_COMPLETED | Auto Start on Boot | Allows the program to run automatically on boot |
android.permission.RECEIVE_MMS | Receive MMS | Receive MMS |
android.permission.RECEIVE_SMS | Receive SMS | Receive SMS |
android.permission.RECEIVE_WAP_PUSH | Receive WAP Push | Receive WAP PUSH messages |
android.permission.RECORD_AUDIO | Record Audio | Record audio through the phone or headset microphone |
android.permission.REORDER_TASKS | Reorder System Tasks | Reorder the system's running tasks on the z-axis |
android.permission.RESTART_PACKAGES | End System Tasks | End tasks using the restartPackage(String) method, which will be abandoned in the future |
android.permission.SEND_SMS | Send SMS | Send SMS |
android.permission.SET_ACTIVITY_WATCHER | Set Activity Watcher | Set an activity watcher, typically used for monkey testing |
com.android.alarm.permission.SET_ALARM | Set Alarm Reminder | Set an alarm reminder |
android.permission.SET_ALWAYS_FINISH | Set Always Finish | Set whether the program always exits in the background |
android.permission.SET_ANIMATION_SCALE | Set Animation Scale | Set global animation scale |
android.permission.SET_DEBUG_APP | Set Debug App | Set a debug app, typically used for development |
android.permission.SET_ORIENTATION | Set Screen Orientation | Set the screen orientation to landscape or standard mode display, not for general applications |
android.permission.SET_PREFERRED_APPLICATIONS | Set Application Parameters | Set application parameters, no longer working, see the introduction of addPackageToPreferred(String) |
android.permission.SET_PROCESS_LIMIT | Set Process Limit | Allows the program to set the limit on the maximum number of processes |
android.permission.SET_TIME | Set System Time | Set the system time |
android.permission.SET_TIME_ZONE | Set System Time Zone | Set the system time zone |
android.permission.SET_WALLPAPER | Set Wallpaper | Set the desktop wallpaper |
android.permission.SET_WALLPAPER_HINTS | Set Wallpaper Hints | Set wallpaper hints |
android.permission.SIGNAL_PERSISTENT_PROCESSES | Send Persistent Process Signals | Send a persistent process signal |
android.permission.STATUS_BAR | Status Bar Control | Allows the program to open, close, or disable the status bar |
android.permission.SUBSCRIBED_FEEDS_READ | Access Subscribed Content | Access the database of subscribed information |
android.permission.SUBSCRIBED_FEEDS_WRITE | Write Subscribed Content | Write or modify the database of subscribed content |
android.permission.SYSTEM_ALERT_WINDOW | Display System Window | Display a system window |
android.permission.UPDATE_DEVICE_STATS | Update Device Status | Update Device Status |
android.permission.USE_CREDENTIALS | Use Credentials | Allows the program to request authentication from AccountManager |
android.permission.USE_SIP | Use SIP Video | Allows the program to use SIP video services |
android.permission.VIBRATE | Use Vibration | Allows Vibration |
android.permission.WAKE_LOCK | Wake Lock | Allows the program to keep processes running in the background after the phone's screen is off |
android.permission.WRITE_APN_SETTINGS | Write GPRS Access Point Settings | Write network GPRS access point settings |
android.permission.WRITE_CALENDAR | Write Calendar Reminders | Write to the calendar, but cannot read |
android.permission.WRITE_CONTACTS | Write Contacts | Write to contacts, but cannot read |
android.permission.WRITE_EXTERNAL_STORAGE | Write to External Storage | Allows the program to write to external storage, such as writing files to an SD card |
android.permission.WRITE_GSERVICES | Write Google Maps Data | Allows the program to write data to Google Map services |
com.android.browser.permission.WRITE_HISTORY_BOOKMARKS | Write History and Bookmarks | Write to browser history or bookmarks, but cannot read |
android.permission.WRITE_SECURE_SETTINGS | Read and Write System Sensitive Settings | Allows the program to read and write system security-sensitive settings |
android.permission.WRITE_SETTINGS | Read and Write System Settings | Allows reading and writing system settings |
android.permission.WRITE_SMS | Write SMS | Allows writing SMS |