android.permission.ACCESS_CHECKIN_PROPERTIES |
Access Check-in Properties |
Permission to read or write to the check-in database properties table |
android.permission.ACCESS_COARSE_LOCATION |
Get Approximate Location |
Obtain user's approximate latitude and longitude information through WiFi or mobile base stations, with location accuracy error between 30~1500 meters |
android.permission.ACCESS_FINE_LOCATION |
Get Precise Location |
Receive positioning information from satellites through GPS chip, with location accuracy within 10 meters |
android.permission.ACCESS_LOCATION_EXTRA_COMMANDS |
Access Location Extra Commands |
Allow program to access additional location provider commands |
android.permission.ACCESS_MOCK_LOCATION |
Get Mock Location |
Get mock location information, generally used to help developers debug applications |
android.permission.ACCESS_NETWORK_STATE |
Get Network State |
Get network information status, such as whether the current network connection is valid |
android.permission.ACCESS_SURFACE_FLINGER |
Access Surface Flinger |
Android platform's underlying graphics display support, generally used for games or camera preview interfaces and low-level screen captures |
android.permission.ACCESS_WIFI_STATE |
Get WiFi State |
Get current WiFi connection status and WLAN hotspot information |
android.permission.ACCOUNT_MANAGER |
Account Management |
Get account authentication information, mainly for Gmail account information, permission only accessible by system-level processes |
android.permission.AUTHENTICATE_ACCOUNTS |
Authenticate Accounts |
Allow a program to access ACCOUNT_MANAGER related information through account authentication methods |
android.permission.BATTERY_STATS |
Battery Statistics |
Get battery power statistics information |
android.permission.BIND_APPWIDGET |
Bind Widget |
Allow a program to tell the appWidget service it needs to access the widget database, very few applications use this permission |
android.permission.BIND_DEVICE_ADMIN |
Bind Device Admin |
Request system administrator receiver, only system can use |
android.permission.BIND_INPUT_METHOD |
Bind Input Method |
Request InputMethodService service, only system can use |
android.permission.BIND_REMOTEVIEWS |
Bind RemoteViews |
Must be requested through RemoteViewsService service, only system can use |
android.permission.BIND_WALLPAPER |
Bind Wallpaper |
Must be requested through WallpaperService service, only system can use |
android.permission.BLUETOOTH |
Use Bluetooth |
Allow program to connect to paired Bluetooth devices |
android.permission.BLUETOOTH_ADMIN |
Bluetooth Management |
Allow program to discover and pair Bluetooth devices |