Tips: Ctrl+F Quick Search
Permissions | name | describe |
---|---|---|
android.permission.ACCESS_CHECKIN_PROPERTIES | Access registration properties | Permission to read or write to the login check-in database attribute table |
android.permission.ACCESS_COARSE_LOCATION | Get the wrong position | Obtain the latitude and longitude information of the user's mistakes through WiFi or mobile base stations, and the positioning accuracy error is approximately 30~1500 meters. |
android.permission.ACCESS_FINE_LOCATION | Get the exact location | Receive satellite positioning information through GPS chip, with positioning accuracy of less than 10 meters |
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS | Access to locate additional commands | Allows the program to access additional positioning provider instructions |
android.permission.ACCESS_MOCK_LOCATION | Obtain simulated positioning information | Obtain simulation positioning 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 | Visit Surface Flinger | The underlying graphics display support on the Android platform, which is generally used for game or camera preview interface and screenshots of the underlying mode |
android.permission.ACCESS_WIFI_STATE | Get WiFi status | Get the current WiFi access status and WLAN hotspot information |
android.permission.ACCOUNT_MANAGER | Account Management | Obtaining account verification information, mainly GMail account information, permissions that can only be accessed by system-level processes |
android.permission.AUTHENTICATE_ACCOUNTS | Verify the account | Allow a program to access ACCOUNT_MANAGER related information through account verification |
android.permission.BATTERY_STATS | Power statistics | Get battery power statistics |
android.permission.BIND_APPWIDGET | Binding a widget | Allow a program to tell the appWidget service that needs to access the vignette database, and only very few applications use this permission |
android.permission.BIND_DEVICE_ADMIN | Binding device management | Request the system administrator to receive the receiver, only the system can use it |
android.permission.BIND_INPUT_METHOD | Bind input method | Request InputMethodService service, only the system can use it |
android.permission.BIND_REMOTEVIEWS | Bind RemoteView | It must be requested through the RemoteViewsService service, and only the system can use it |
android.permission.BIND_WALLPAPER | Bind wallpaper | It must be requested through the WallpaperService service, and only the system can use it |
android.permission.BLUETOOTH | Using Bluetooth | Allow the program to connect to paired Bluetooth devices |
android.permission.BLUETOOTH_ADMIN | Bluetooth Management | Allows programs to discover and pair new Bluetooth devices |
android.permission.BRICK | Turn into a brick | It is very dangerous to be able to disable a mobile phone, as the name implies, to turn a mobile phone into a brick |
android.permission.BROADCAST_PACKAGE_REMOVED | Broadcast when app deletes | Triggers a broadcast when an app is deleted |
android.permission.BROADCAST_SMS | Broadcast when SMS is received | Trigger a broadcast when a text message is received |
android.permission.BROADCAST_STICKY | Continuous broadcast | Allows a program to receive the next broadcast quickly after receiving the broadcast |
android.permission.BROADCAST_WAP_PUSH | WAP PUSH Broadcast | A broadcast is triggered after WAP PUSH service is received |
android.permission.CALL_PHONE | Make a phone call | Allow the program to enter the phone number from the non-system dialer |
android.permission.CALL_PRIVILEGED | Call permissions | Allow the program to make calls and replace 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 state | Change the status of the component |
android.permission.CHANGE_CONFIGURATION | Change configuration | Allows the current application to change configuration, such as positioning |
android.permission.CHANGE_NETWORK_STATE | Change the network status | Change the network status, such as whether it is possible to connect to the Internet |
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 the application cache | Clear the application cache |
android.permission.CLEAR_APP_USER_DATA | Clear user data | Clear application user data |
android.permission.CWJ_GROUP | Low-level access permissions | Allow CWJ account group to access the underlying information |
android.permission.CELL_PHONE_MASTER_EX | Mobile Optimizer Expand Permissions | Mobile Optimizer Expand Permissions |
android.permission.CONTROL_LOCATION_UPDATES | Control positioning update | Allows the mobile network positioning information to be obtained |
android.permission.DELETE_CACHE_FILES | Delete cached files | Allow apps to delete cached files |
android.permission.DELETE_PACKAGES | Delete the app | Allow programs to delete applications |
android.permission.DEVICE_POWER | Power Management | Allow access to underlying power management |
android.permission.DIAGNOSTIC | Application Diagnosis | Allow the program to RW to diagnostic resources |
android.permission.DISABLE_KEYGUARD | Disable keyboard lock | Allow the program to disable the keyboard lock |
android.permission.DUMP | Transfer system information | Allow the program to obtain system dump information from the system service |
android.permission.EXPAND_STATUS_BAR | Status Bar Control | Allow 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 flash | Allow access to flash |
android.permission.FORCE_BACK | Forced back | Allow programs to force back buttons to use, regardless of whether the Activity is on the top level. |
android.permission.GET_ACCOUNTS | Access the account Gmail list | Access the GMail Account List |
android.permission.GET_PACKAGE_SIZE | Get the application size | Get the file size of the application |
android.permission.GET_TASKS | Get task information | Allows the program to get the current or most recently running application |
android.permission.GLOBAL_SEARCH | Allow global search | Allow programs to use global search function |
android.permission.HARDWARE_TEST | Hardware testing | Access hardware auxiliary devices for hardware testing |
android.permission.INJECT_EVENTS | Injection events | Allow access to the underlying events of this program to obtain event flows of keys and trackballs |
android.permission.INSTALL_LOCATION_PROVIDER | Installation positioning provides | Installation positioning provides |
android.permission.INSTALL_PACKAGES | Install the application | Allow the program to install the application |
android.permission.INTERNAL_SYSTEM_WINDOW | Internal system window | Allow the program to open internal windows without opening this permission to third-party applications |
android.permission.INTERNET | Visit the network | Accessing network connections may generate GPRS traffic |
android.permission.KILL_BACKGROUND_PROCESSES | End the background process | Allow the program to call killBackgroundProcesses(String). Method ends the background process |
android.permission.MANAGE_ACCOUNTS | Manage your account | Allows programs to manage account lists in AccountManager |
android.permission.MANAGE_APP_TOKENS | Manager references | Manage creation, destroy, and Z-axis order, only for system |
android.permission.MTWEAK_USER | Advanced Permissions | Allow mTweak users to access advanced system permissions |
android.permission.MTWEAK_FORUM | Community permissions | Allow 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 |
android.permission.MODIFY_PHONE_STATE | Modify the phone status | Modify the phone status, such as airplane mode, but does not include the replacement system dialer interface |
android.permission.MOUNT_FORMAT_FILESYSTEMS | Format file system | Format the removable file system, such as formatting and clearing the SD card |
android.permission.MOUNT_UNMOUNT_FILESYSTEMS | Mount the file system | Mount and backmount external file system |
android.permission.NFC | Allow NFC communication | Allows the program to perform NFC close-range communication operations for mobile support |
android.permission.PERSISTENT_ACTIVITY | Permanent Activity | Create a permanent activity that is marked as being removed in the future |
android.permission.PROCESS_OUTGOING_CALLS | Process outgoing calls | Allow program monitoring, modifying or abandoning broadcast calls |
android.permission.READ_CALENDAR | Read agenda reminder | Allows the program to read the user's schedule information |
android.permission.READ_CONTACTS | Read contacts | Allow apps to access contact information |
android.permission.READ_FRAME_BUFFER | Screenshot | Read frame cache for screenshots |
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 the system |
android.permission.READ_LOGS | Read system logs | Read the system's underlying log |
android.permission.READ_PHONE_STATE | Read the phone status | Access phone status |
android.permission.READ_SMS | Read text message content | Read text message content |
android.permission.READ_SYNC_SETTINGS | Read synchronization settings | Read synchronization settings, read Google online synchronization settings |
android.permission.READ_SYNC_STATS | Read the synchronization status | Read the synchronization status and get the Google online synchronization status |
android.permission.REBOOT | Restart the device | Allow the program to restart the device |
android.permission.RECEIVE_BOOT_COMPLETED | Automatically allow on startup | Allow the program to run automatically when it is turned on |
android.permission.RECEIVE_MMS | Receive MMS | Receive MMS |
android.permission.RECEIVE_SMS | Receive text messages | Receive text messages |
android.permission.RECEIVE_WAP_PUSH | Receive Wap Push | Receive WAP PUSH information |
android.permission.RECORD_AUDIO | recording | Record sound through a cell phone or headset with a microphone |
android.permission.REORDER_TASKS | Sort system tasks | Reorder tasks in the system's Z-axis running |
android.permission.RESTART_PACKAGES | End system tasks | End the task through the restartPackage(String) method, which will be abandoned outside |
android.permission.SEND_SMS | sending a text message | sending a text message |
android.permission.SET_ACTIVITY_WATCHER | Set the Activity to observe it | Setting up 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 | Settings always exit | Set whether the program always exits in the background |
android.permission.SET_ANIMATION_SCALE | Set animation zoom | Set global animation zoom |
android.permission.SET_DEBUG_APP | Set up the debugger | Set up debugging programs, generally used for development |
android.permission.SET_ORIENTATION | Set screen orientation | Set the screen direction to horizontal screen or standard display, not used for ordinary applications |
android.permission.SET_PREFERRED_APPLICATIONS | Set application parameters | Set the parameters of the application and no longer work. Check out the introduction of addPackageToPreferred(String) |
android.permission.SET_PROCESS_LIMIT | Set process restrictions | Allow programs to set the maximum number of processes |
android.permission.SET_TIME | Set system time | Set system time |
android.permission.SET_TIME_ZONE | Set the system time zone | Set the system time zone |
android.permission.SET_WALLPAPER | Set desktop wallpaper | Set desktop wallpaper |
android.permission.SET_WALLPAPER_HINTS | Suggestions for setting wallpapers | Suggestions for setting wallpapers |
android.permission.SIGNAL_PERSISTENT_PROCESSES | Send permanent process signals | Send a permanent process signal |
android.permission.STATUS_BAR | Status Bar Control | Allow the program to turn on, close, and disable the status bar |
android.permission.SUBSCRIBED_FEEDS_READ | Access subscribed content | Access the database of subscription information |
android.permission.SUBSCRIBED_FEEDS_WRITE | Write subscription content | A database that writes or modifys a subscription content |
android.permission.SYSTEM_ALERT_WINDOW | Display the system window | Display the system window |
android.permission.UPDATE_DEVICE_STATS | Update device status | Update device status |
android.permission.USE_CREDENTIALS | Certificate of use | Allow program to request verification from AccountManager |
android.permission.USE_SIP | Using SIP Video | Allow programs to use SIP video services |
android.permission.VIBRATE | Use vibration | Vibration allowed |
android.permission.WAKE_LOCK | Wake up lock | Allow the program to be closed after the background process is still running |
android.permission.WRITE_APN_SETTINGS | Write to GPRS access point settings | Write network GPRS access point settings |
android.permission.WRITE_CALENDAR | Write to the schedule reminder | Write to the schedule, but not readable |
android.permission.WRITE_CONTACTS | Write to contact | Write to the contact, but not readable |
android.permission.WRITE_EXTERNAL_STORAGE | Write to external storage | Allow programs to write to external storage, such as writing files on 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 | Write to favorites and history | Write to browser history or favorites, but not readable |
android.permission.WRITE_SECURE_SETTINGS | Read and write system sensitive settings | Settings that allow program reading and writing systems to be safely sensitive |
android.permission.WRITE_SETTINGS | Read and write system settings | Allow read and write system settings |
android.permission.WRITE_SMS | Write a text message | Allow text messages to be written |
Link:aitoolsbar