Tip: Ctrl F Quick Find| Permissions | Name | Description |
|---|---|---|
| android.permission.ACCESS_CHECKIN_PROPERTIES | Access Enrollment Properties | Permission to read or write check-in database property tables |
| android.permission.ACCESS_COARSE_LOCATION | Get the wrong position | Obtain the longitude and latitude information of the user's error by WiFi or mobile base station, and the positioning accuracy is about 30~1500 meters |
| android.permission.ACCESS_FINE_LOCATION | Get precise location | It receives satellite positioning data via a GPS chip, achieving a positioning accuracy within 10 meters. |
| android.permission.ACCESS_LOCATION_EXTRA_COMMANDS | Access location additional commands | Allow the app to access additional location provider instructions. |
| android.permission.ACCESS_MOCK_LOCATION | Get simulated location information | Obtain simulated location information, typically used to help developers debug apps. |
| android.permission.ACCESS_NETWORK_STATE | Get network status | Get network information status, such as whether the current network connection is valid. |
| android.permission.ACCESS_SURFACE_FLINGER | Access Surface Flinger | Android the underlying graphical display support on the platform, typically for game or camera preview interfaces and screenshots in the underlying mode |
| android.permission.ACCESS_WIFI_STATE | Get WiFi status | Get the current Wi‑Fi connection status and WLAN hotspot information. |
| android.permission.ACCOUNT_MANAGER | Account Management | Obtain account verification information, mainly GMail account information, which can only be accessed by system-level processes. |
| android.permission.AUTHENTICATE_ACCOUNTS | Verify Account | Allow a app to access ACCOUNT_MANAGER-related information via account authentication. |
| android.permission.BATTERY_STATS | Battery Level Statistics | Get battery power statistics |
| android.permission.BIND_APPWIDGET | Binding Widgets | Allows a program to tell the appWidget service that it needs to access the widget's database. Very few applications use this permission. |
| android.permission.BIND_DEVICE_ADMIN | Bound Device Management | Request system administrator receiver receiver, only the system can use |
| android.permission.BIND_INPUT_METHOD | Binding input method | Request InputMethodService service, only the system can use |
| android.permission.BIND_REMOTEVIEWS | Binding RemoteView | It must be requested through the RemoteViewsService service; only the system can use it. |
| android.permission.BIND_WALLPAPER | binding wallpaper | Must be requested through a WallpaperService service, only the system can use |
| android.permission.BLUETOOTH | Use Bluetooth | Allow the program to connect paired Bluetooth devices |
| android.permission.BLUETOOTH_ADMIN | Bluetooth Management | Allows the program to discover and pair new Bluetooth devices |
| android.permission.BRICK | turn into bricks | It is very dangerous to be able to disable mobile phones. As the name implies, it is to turn mobile phones into bricks. |
| android.permission.BROADCAST_PACKAGE_REMOVED | Broadcast when app is deleted | When an app triggers a broadcast during deletion, |
| android.permission.BROADCAST_SMS | Broadcast when receiving SMS | Trigger a broadcast when a text message is received |
| android.permission.BROADCAST_STICKY | continuous broadcasting | Allows one program to receive the next broadcast quickly after it receives the broadcast |
| android.permission.BROADCAST_WAP_PUSH | WAP PUSH Broadcast | trigger a broadcast after the WAP PUSH service is received |
| android.permission.CALL_PHONE | Make a phone call | Allows the program to enter a phone number from a non-system dialer |
| android.permission.CALL_PRIVILEGED | Call Permission | Allows the program to make calls, replacing the system's dialer interface |
| android.permission.CAMERA | Photo permission | Allow access to the camera for taking photos |
| android.permission.CHANGE_COMPONENT_ENABLED_STATE | Change Component Status | Change whether a component is enabled |
| android.permission.CHANGE_CONFIGURATION | Change configuration | Allows the current application to change configurations, such as positioning |
| android.permission.CHANGE_NETWORK_STATE | Change network status | Change the network status such as whether the network can be connected |
| android.permission.CHANGE_WIFI_MULTICAST_STATE | Change WiFi multicast status | Change WiFi multicast status |
| android.permission.CHANGE_WIFI_STATE | Change WiFi status | Change WiFi status |
| android.permission.CLEAR_APP_CACHE | Clear app cache | Clear app cache |
| android.permission.CLEAR_APP_USER_DATA | Clear user data | Clear app user data |
| android.permission.CWJ_GROUP | underlying access | Allow CWJ account groups to access underlying information |
| android.permission.CELL_PHONE_MASTER_EX | Mobile phone optimization master extended permissions | Mobile phone optimization master extended permissions |
| android.permission.CONTROL_LOCATION_UPDATES | Control positioning update | Allows access to mobile network location information changes |
| android.permission.DELETE_CACHE_FILES | Delete cache files | Allow apps to delete cache files |
| android.permission.DELETE_PACKAGES | Delete app | Allow the app to delete apps |
| android.permission.DEVICE_POWER | Power Management | Allow access to underlying power management |
| android.permission.DIAGNOSTIC | Application diagnosis | Allow the program to read and write to diagnostic resources. |
| android.permission.DISABLE_KEYGUARD | Disable keyboard lock | Allow the app to disable the keyboard lock. |
| android.permission.DUMP | Transfer System Information | Allows programs to get system dump information from system services |
| android.permission.EXPAND_STATUS_BAR | Status Bar Control | Allows the program to expand or contract the status bar |
| android.permission.FACTORY_TEST | Factory Test Mode | Allow program to run factory test mode |
| android.permission.FLASHLIGHT | Using the flash | Allow access to flash |
| android.permission.FORCE_BACK | Forced Backward | Allow the app to force the use of the back button, regardless of whether the activity is at the top of the stack. |
| android.permission.GET_ACCOUNTS | Access the Gmail account list | Access the Gmail account list |
| android.permission.GET_PACKAGE_SIZE | Get app size | Get the app's file size |
| android.permission.GET_TASKS | Get task information | Allows the program to get current or recently running apps |
| android.permission.GLOBAL_SEARCH | Allow Global Search | Allows programs to use the global search feature |
| android.permission.HARDWARE_TEST | Hardware testing | Access to hardware aids for hardware testing |
| android.permission.INJECT_EVENTS | Injection events | Allows access to the underlying events of this program, access to the event stream of keys and trackballs |
| android.permission.INSTALL_LOCATION_PROVIDER | Installation and positioning provided | Installation and positioning provided |
| android.permission.INSTALL_PACKAGES | Install Applications | Allow the app to install apps |
| android.permission.INTERNAL_SYSTEM_WINDOW | Internal System Window | Allows the program to open internal windows without opening this permission to third-party applications |
| android.permission.INTERNET | Access Network | Access to network connection, possibly generating GPRS traffic |
| android.permission.KILL_BACKGROUND_PROCESSES | End background process | Allow the program to call the killBackgroundProcesses(String). Method to end the background process |
| android.permission.MANAGE_ACCOUNTS | Management Account | Allowed programs to manage the list of accounts in the AccountManager |
| android.permission.MANAGE_APP_TOKENS | Management Program Reference | Manages creation, destruction, and Z-axis ordering; for system use only. |
| android.permission.MTWEAK_USER | Advanced permissions | Allow mTweak user access to advanced system privileges |
| android.permission.MTWEAK_FORUM | Community Permissions | Allow mTweak Community Permissions |
| android.permission.MASTER_CLEAR | Soft Format | Allow the program to perform a soft format and delete system configuration information. |
| android.permission.MODIFY_AUDIO_SETTINGS | Modify sound settings | Modify audio settings |
| android.permission.MODIFY_PHONE_STATE | Modify Phone Status | Modifies phone status, such as airplane mode, but does not include replacing the system dialer interface |
| android.permission.MOUNT_FORMAT_FILESYSTEMS | Formatting a File System | Formatting removable file systems, such as formatting and emptying SD cards |
| android.permission.MOUNT_UNMOUNT_FILESYSTEMS | Mount file system | Mount and unmount external file systems |
| android.permission.NFC | Allow NFC communication | Allows the program to perform NFC near field communication operations for mobile support |
| android.permission.PERSISTENT_ACTIVITY | Permanent Activity | Create a permanent Activity that the feature is marked as will be removed in the future |
| android.permission.PROCESS_OUTGOING_CALLS | Handle outgoing calls | Allow programs to monitor, modify, or abandon broadcast calls |
| android.permission.READ_CALENDAR | Read schedule reminders | Allows the program to read the user's schedule information |
| android.permission.READ_CONTACTS | Read contacts | Allow the app to access contact information |
| android.permission.READ_FRAME_BUFFER | Screenshot | Read frame buffer for screenshots |
| com.android.browser.permission.READ_HISTORY_BOOKMARKS | Read favorites and history | Read browser bookmarks and history |
| android.permission.READ_INPUT_STATE | Read input status | Read current key input state, system only |
| android.permission.READ_LOGS | Read System Log | Read system-level logs |
| android.permission.READ_PHONE_STATE | Read phone status | Access phone status |
| android.permission.READ_SMS | Read SMS content | Read SMS content |
| android.permission.READ_SYNC_SETTINGS | Read Sync Settings | Reading sync settings, reading Google online sync settings |
| android.permission.READ_SYNC_STATS | Read synchronization status | Read the synchronization status and obtain the Google online synchronization status |
| android.permission.REBOOT | Restart the device | Allow the program to restart the device |
| android.permission.RECEIVE_BOOT_COMPLETED | Boot automatically allowed | Allow the program to run automatically |
| 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 information |
| android.permission.RECORD_AUDIO | Recording | Record audio using the microphone on your phone or headphones. |
| android.permission.REORDER_TASKS | Sorting system tasks | Reorder tasks running on the system’s Z-axis. |
| android.permission.RESTART_PACKAGES | End system task | The task is terminated using the restartPackage(String) method, which will cause the external process to be abandoned. |
| android.permission.SEND_SMS | Send SMS | Send SMS |
| android.permission.SET_ACTIVITY_WATCHER | Set Activity to observe its | Setting up a Activity observer is generally used for monkey testing. |
| com.android.alarm.permission.SET_ALARM | Set an alarm reminder | Set an alarm reminder |
| android.permission.SET_ALWAYS_FINISH | Set Always Exit | Set whether the program always exits in the background |
| android.permission.SET_ANIMATION_SCALE | Set Animated Zoom | Set Global Animation Scale |
| android.permission.SET_DEBUG_APP | Set Debugging Program | Set up a debugger, typically for development |
| android.permission.SET_ORIENTATION | Set screen orientation | Set the screen orientation to horizontal or standard display, not for normal applications |
| android.permission.SET_PREFERRED_APPLICATIONS | Set application parameters | Setting the application’s parameters no longer works; refer to the documentation for addPackageToPreferred(String) for details. |
| android.permission.SET_PROCESS_LIMIT | Set process limits | Allows the program to set a limit on the maximum number of processes |
| android.permission.SET_TIME | Set system time | Set system time |
| android.permission.SET_TIME_ZONE | Setting the System Time Zone | Setting the System Time Zone |
| android.permission.SET_WALLPAPER | Set desktop wallpaper | Set desktop wallpaper |
| android.permission.SET_WALLPAPER_HINTS | Wallpaper Setting Suggestions | Wallpaper Setting Suggestions |
| android.permission.SIGNAL_PERSISTENT_PROCESSES | Send permanent process signal | Send a permanent process signal |
| android.permission.STATUS_BAR | Status Bar Control | Allows programs to open, close, disable the status bar |
| android.permission.SUBSCRIBED_FEEDS_READ | Accessing subscription content | Access the database of subscription information |
| android.permission.SUBSCRIBED_FEEDS_WRITE | Write subscription content | The database that writes or modifies the content of the subscription |
| android.permission.SYSTEM_ALERT_WINDOW | Show system window | Show system window |
| android.permission.UPDATE_DEVICE_STATS | Update Device Status | Update Device Status |
| android.permission.USE_CREDENTIALS | Use certificate | Allows the program to request authentication from the AccountManager |
| android.permission.USE_SIP | Using SIP Video | Allow programs to use SIP video services |
| android.permission.VIBRATE | Using vibration | Allow vibration |
| android.permission.WAKE_LOCK | Wake Lock | Allows background processes to still run after the phone screen is turned off |
| android.permission.WRITE_APN_SETTINGS | Write GPRS Access Point Settings | Write network GPRS access point settings. |
| android.permission.WRITE_CALENDAR | Add to calendar reminder | Write schedule, but not read |
| android.permission.WRITE_CONTACTS | Write to contacts | Write to contacts, but cannot read them. |
| android.permission.WRITE_EXTERNAL_STORAGE | Write to external storage | Allows programs to write files to external storage such as SD cards |
| android.permission.WRITE_GSERVICES | Write Google Maps data | Allow programs to write Google Map service data |
| com.android.browser.permission.WRITE_HISTORY_BOOKMARKS | Save to favorites and history | Writes browser history or favorites, but not readable |
| android.permission.WRITE_SECURE_SETTINGS | Read/write system sensitive settings | Allow programs to read and write to system security-sensitive settings |
| android.permission.WRITE_SETTINGS | Read-write system settings | Allow reading and writing system settings |
| android.permission.WRITE_SMS | Write SMS | Allow SMS Writing |
Friend Links:iCMS