Tips: Ctrl+F for quick search
Permissions | Name | Description |
---|---|---|
android.permission.ACCESS_CHECKIN_PROPERTIES | Access registration properties | Permission to read or write the registration check-in database property table |
android.permission.ACCESS_COARSE_LOCATION | Get the approximate location | Get the user's approximate longitude and latitude information through WiFi or mobile base stations, with an approximate positioning accuracy of 30 to 1500 meters |
android.permission.ACCESS_FINE_LOCATION | Get the precise location | Receive satellite positioning information through the GPS chip, with a positioning accuracy of less than 10 meters |
android.per mission.ACCESS_LOCATION_EXTRA_COMMANDS | Access extra location commands | Allow the program to access additional location provider commands |
android.permission.ACCESS_MOCK_LOCATION | Get simulated location information | Get simulated location information, generally used to help developers debug applications |
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 platform underlying graphics display support, generally used for games or camera preview interface and underlying mode screenshots |
android.permission.ACCESS_WIFI_STATE | Get WiFi status | Get the current WiFi access status and WLAN hotspot information |
android.permission.ACCOUNT_MANAGER | Account management | Get account verification information, mainly GMail account information, only system-level processes can access permissions |
android.permission.AUTHENTICATE_ACCOUNTS | Verify account | Allow a program to access account management ACCOUNT_MANAGER related information through account verification |
android.permission.BATTERY_STATS | Battery statistics | Get battery statistics |
android.permission.BIND_APPWIDGET | Binding widgets | Allows a program to tell the appWidget service to access the widget database. Only very few applications use this permission |
android.permission.BIND_DEVICE_ADMIN | Binding device management | Request system administrator receiver, only the system can use it |
android.permission.BIND_INPUT_METHOD | Binding input method | Request InputMethodService service, only the system can use it |
android.permission.BIND_REMOTEVIEWS | Binding RemoteView | Must request through RemoteViewsService service, only the system can use it |
android.permission.BIND_WALLPAPER | Binding wallpaper | Must request through WallpaperService service, Only the system can use it |
android.permission.BLUETOOTH | Use Bluetooth | Allow the program to connect to paired Bluetooth devices |
android.permission.BLUETOOTH_ADMIN | Bluetooth management | Allow the program to discover and pair new Bluetooth devices |
android.permission.BRICK | Brick | Can disable the phone, very dangerous, as the name suggests, it makes the phone into a brick |
android.permission.BRO ADCAST_PACKAGE_REMOVED | Broadcast when application is deleted | Trigger a broadcast when an application is deleted |
android.permission.BROADCAST_SMS | Broadcast when receiving SMS | Trigger a broadcast when receiving SMS |
android.permission.BROADCAST_STICKY | Continuous broadcast | Allow an application to receive a broadcast and quickly receive the next broadcast |
android.permission.BROADCAST_WAP_PUSH | WAP PUSH broadcast | WAP PUSH service triggers a broadcast after receiving |
android.permission.CALL_PHONE | Make a call | Allow the program to enter a phone number from a non-system dialer |
android.permission.CALL_PRIVILEGED | Call permission | Allow the program to make a call and replace the system dialer interface |
android.permission.CAMERA | Photographing permission | Allow access to the camera to take photos |
android.permission.CHANGE_COMPONENT_ENABLED_STATE | Change component state | Change whether the component is enabled |
android.permission.CHANGE_CONFIGURATION | Change configuration | Allow the current application to change configuration, such as positioning |
android.permission.CHANGE_NETWORK_STATE | Change network state | Change network state such as whether it can connect to the Internet |
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 application cache | Clear application cache |
android.permission.CLEAR_APP_USER_DATA | Clear user data | Clear application user data |
android.permission.CWJ_GROUP | Low-level access rights | Allow CWJ account group to access low-level 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 location updates | Allow access to mobile network location information changes |
android.permission.DELETE_CACHE_FILES | Delete cache files | Allow applications to delete cache files |
android.permission.DELETE_PACKAGES | Delete applications | Allow applications to delete applications |
an droid.permission.DEVICE_POWER | Power management | Allow access to low-level power management |
android.permission.DIAGNOSTIC | Application diagnostics | Allow programs to RW to diagnostic resources |
android.permission.DISABLE_KEYGUARD | Disable keyguard | Allow programs to disable keyguard |
android.permission.DUMP | Dump system information | Allow the program to get system dump information from system services |
android.permission.EXPAND_STATUS_BAR | Status bar control | Allow the program to expand or shrink the status bar |
android.permission.FACTORY_TEST | Factory test mode | Allow the program to run factory test mode |
android.permission.FLASHLIGHT | Use the flash | Allow access to the flash |
android.permission.FORCE_BACK | Force back | Allow the program to force the back button, regardless of whether the Activity is at the top level |
android.permission.GET_ACCOUNTS | Access account Gmail list | Access GMail account list |
android.permission.GET_PACKAGE_SIZE | Get application size | Get Get the file size of the application |
android.permission.GET_TASKS | Get task information | Allow the program to get the currently or recently running application |
android.permission.GLOBAL_SEARCH | Allow global search | Allow the program to use the global search function |
android.permission.HARDWARE_TEST | Hardware test | Access hardware auxiliary devices for hardware testing |
android.permission.INJECT_EVENTS | Injection events | Allow access to the underlying events of this program, and obtain the event stream of keys and trackballs |
android.permission.INSTALL_LOCATION_PROVIDER | Install location provider | Install location provider |
android.permission.INSTALL_PACKAGES | Install applications | Allow the program to install applications |
android.permission.INTERNAL_SYSTEM_WINDOW | Internal system window | Allow the program to open the internal window, and do not open this permission to third-party applications |
android.permission.INTERNET | Access the network | Access the network connection, which may generate GPRS traffic |
android.permission.KILL_BACKGROUND_PROCESSES | End background processes | Allow the program to call killBackgroundProcesses(String).Method to end background processes |
android.permission.MANAGE_ACCOUNTS | Manage accounts | Allow the program to manage the account list in AccountManager |
android.permission.MANAGE_APP_TOKENS | Manage program references | Manage creation and destruction , Z-axis order, only for the system |
android.permission.MTWEAK_USER | Advanced permissions | Allow mTweak users to access advanced system permissions |
android.permission.MTWEAK_FORUM | Community permissions | Allow the use of mTweak community permissions |
android.permission.MASTER_CLEAR | Soft formatting | Allow the program to perform soft formatting and delete system configuration information |
android.permission.MODIFY_AUDIO_SETTINGS | Modify sound settings | Modify sound settings information |
and android.permission.MODIFY_PHONE_STATE | Modify phone status | Modify phone status, such as flight mode, but does not include replacing the system dialer interface |
android.permission.MOUNT_FORMAT_FILESYSTEMS | Format file system | Format removable file system, such as formatting and clearing SD card |
android.permission.MOUNT_UNMOUNT_FILESYSTEMS | Mount file system | Mount and unmount external file system |
android.permission.NFC | Allow NFC communication | Allow the program to perform NFC short-range communication operations for mobile support |
android.permission.PERSISTENT_ACTIVITY | Persistent Activity | Create a permanent Activity, this feature is marked for future removal |
android.permission.PROCESS_OUTGOING_CALLS | Process outgoing calls | Allow the program to monitor, modify or abandon outgoing calls |
android.permission.READ_CALENDAR | Read calendar reminders | Allow the program to read the user's calendar information |
android.permission.READ_CONTACTS | Read contacts | Allow applications to access contact address book information |
android.permission.READ_FRAME_BUFFER | Screenshot | Read frame buffer for screen shot |
com.android.browser.permission.READ_HISTORY_BOOKMARKS | Read favorites and history | Read browser favorites and history |
android.permission.READ_INPUT_STATE | Read input status | Read the input status of the current key, only for system |
android.permission.READ_LOGS | Read system logs | Read system bottom-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 | Read sync settings, read Google online sync settings |
android.permission.READ_SYNC_STATS | Read sync status | Read the synchronization status and get the Google online synchronization status |
android.permission.RECEIVE_BOOT_COMPLETED | Automatically allow when booting | Allow the program to automatically run when booting |
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 | Record sound | Record sound through the microphone of the phone or headset |
android.permission.REORDER_TASKS | Sort system tasks | Reorder system Z-axis running tasks |
android.permission.RESTART_PACKAGES | End system tasks | End tasks through restartP ackage(String) method, which will be abandoned in the external |
android.permission.SEND_SMS | Send SMS | Send SMS |
android.permission.SET_ACTIVITY_WATCHER | Set Activity to observe it | Set Activity observer is generally used for monkey testing |
com.android.alarm.permission.SET_ALARM | Set alarm reminder | Set 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 animation scaling | Set global animation scaling |
android.permission.SET_DEBUG_APP | Set debug | Set debugger, generally used for development |
android.permission.SET_ORIENTATION | Set screen orientation | Set screen orientation to landscape or standard display, not used for ordinary applications |
android.permission.SET_PREFERRED_APPLICATIONS | Set application parameters | Set application parameters, no longer working, see addPackageToPreferred(String) introduction |
android.permission.SET_PROCESS_LIMIT | Set process limit | Allow the program to set the maximum number of processes |
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 desktop Wallpaper | Set desktop wallpaper |
android.permission.SET_WALLPAPER_HINTS | Set wallpaper suggestions | Set wallpaper suggestions |
android.permission.SIGNAL_PERSISTENT_PROCESSES | Send a permanent process signal | Send a permanent process signal |
android.permission.STATUS_BAR | Status bar control | Allow an application to open, close, or disable the status bar |
android.permission.SUBSCRIBED_FEEDS_READ | Access subscription content | Access the database of subscription information |
android.permission.SUBSCRIBED_FEEDS_WRITE | Write subscription content | Write or modify the database of subscription content |
android.permission.SYSTEM_ALERT_WINDOW | Show system window | Show system window |
android.permission.UPDAT E_DEVICE_STATS | Update device status | Update device status |
android.permission.USE_CREDENTIALS | Use certificates | Allow the application to request authentication from the AccountManager |
android.permission.USE_SIP | Use SIP video | Allow the application to use the SIP video service |
android.permission.VIBRATE | Use vibration | Allow vibration |
android.permission.WAKE_LOCK | Wake-up lock | Allow the program to run in the background 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 | Write calendar reminder | Write calendar, but cannot read |
android.permission.WRITE_CONTACTS | Write contacts | Write contacts, but not read |
android.permission.WRITE_EXTERNAL_STORAGE | Write external storage | Allow the program to write to external storage, such as writing files on the SD card |
android.permission.WRITE_GSERVICES | Write Google Maps data | Allow the program to write to Google Map service data |
com.android.browser.permission.WRITE_HISTORY_BOOKMARKS | Write favorites and history | Write browser history or favorites, but not read |
android.permission.WRITE_SECURE_SETTINGS | Read and write system sensitive settings | Allow the program to read and write system security sensitive settings |
android.permission.WRITE_SETTINGS | Read and write system settings | Allow reading and writing system settings |
android.permission.WRITE_SMS | Write SMS | Allow writing SMS |
Friendly links: Network Toolbox| Network Toolbox News|