- Passed all safety inspections
- android.permission.SYSTEM_ALERT_WINDOW
Allows an application to show system-alert windows. Malicious applications can take over the entire screen of the phone. - android.permission.SYSTEM_OVERLAY_WINDOW
Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY , shown on top of all other apps. Very few apps should use this permission; these windows are intended for system-level interaction with the user. - android.permission.INTERNET
Allows an application to create network sockets. - android.permission.ACCESS_NETWORK_STATE
Allows an application to view the status of all networks. - android.permission.ACCESS_WIFI_STATE
Allows an application to view the information about the status of Wi-Fi. - android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage. - android.permission.SEND_SMS
Allows application to send SMS messages. Malicious applications may cost you money by sending messages without your confirmation. - android.permission.READ_PHONE_STATE
Allows the application to access the phone features of the device. An application with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to and so on. - android.permission.READ_CONTACTS
Allows an application to read all of the contact (address) data stored on your phone. Malicious applications can use this to send your data to other people. - android.permission.ACCESS_LOCATION
Unknown permission from android reference - android.permission.READ_SETTINGS
Unknown permission from android reference - android.permission.READ_EXTERNAL_STORAGE
Allows an application to read from external storage. - android.permission.READ_EXTERNAL_STORAGE
Allows an application to read from external storage. - android.permission.WAKE_LOCK
Allows an application to prevent the phone from going to sleep. - android.permission.DISABLE_KEYGUARD
Allows applications to disable the keyguard if it is not secure. - android.permission.GET_TASKS
Allows application to retrieve information about currently and recently running tasks. May allow malicious applications to discover private information about other applications. - android.permission.BROADCAST_STICKY
Allows an application to send sticky broadcasts, which remain after the broadcast ends. Malicious applications can make the phone slow or unstable by causing it to use too much memory. - android.permission.REORDER_TASKS
Allows an application to move tasks to the foreground and background. Malicious applications can force themselves to the front without your control. - android.permission.MODIFY_AUDIO_SETTINGS
Allows application to modify global audio settings, such as volume and routing. - android.permission.SYSTEM_ALERT_WINDOW
Allows an application to show system-alert windows. Malicious applications can take over the entire screen of the phone. - android.permission.MOUNT_UNMOUNT_FILESYSTEMS
Allows the application to mount and unmount file systems for removable storage. - android.permission.GET_TASKS
Allows application to retrieve information about currently and recently running tasks. May allow malicious applications to discover private information about other applications. - android.permission.WRITE_CONTACTS
Allows an application to modify the contact (address) data stored on your phone. Malicious applications can use this to erase or modify your contact data. - android.permission.WRITE_SETTINGS
Allows an application to modify the system's settings data. Malicious applications can corrupt your system's configuration. - android.permission.CHANGE_CONFIGURATION
Allows an application to change the current configuration, such as the locale or overall font size. - android.permission.READ_EXTERNAL_STORAGE
Allows an application to read from external storage. - android.permission.CHANGE_NETWORK_STATE
Allows applications to change network connectivity state. - android.permission.CHANGE_WIFI_STATE
Allows an application to connect to and disconnect from Wi-Fi access points and to make changes to configured Wi-Fi networks. - android.permission.MODIFY_AUDIO_SETTINGS
Allows application to modify global audio settings, such as volume and routing. - android.permission.READ_LOGS
Allows an application to read from the system's various log files. This allows it to discover general information about what you are doing with the phone, potentially including personal or private information. - android.permission.READ_SETTINGS
Unknown permission from android reference - android.permission.ACCESS_FINE_LOCATION
Access fine location sources, such as the Global Positioning System on the phone, where available. Malicious applications can use this to determine where you are and may consume additional battery power. - android.permission.ACCESS_COARSE_LOCATION
Access coarse location sources, such as the mobile network database, to determine an approximate phone location, where available. Malicious applications can use this to determine approximately where you are. - android.permission.VIBRATE
Allows the application to control the vibrator. - android.permission.KILL_BACKGORUND_PROCESSES
Unknown permission from android reference - android.permission.STATUS_BAR
Allows application to disable the status bar or add and remove system icons. - android.permission.DISABLE_STATUS_BAR
Unknown permission from android reference - android.permission.ACCESS_SURFACE_FLINGER
Allows application to use SurfaceFlinger low-level features. - android.permission.FOREGROUND_SERVICE
Allows a regular application to use Service.startForeground. - com.xiaomi.permission.AUTH_THIRDPAY
Unknown permission from android reference - android.intent.action.USER_PRESENT
Unknown permission from android reference - android.permission.REQUEST_INSTALL_PACKAGES
Malicious applications can use this to try and trick users into installing additional malicious packages. - android.permission.LOCATION_HARDWARE
Allows an application to use location features in hardware, such as the geofencing api. - android.permission.RESTART_PACKAGES
Allows an application to kill background processes of other applications, even if memory is not low. - android.permission.SET_PROCESS_FOREGROUND
Unknown permission from android reference - android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to start itself as soon as the system has finished booting. This can make it take longer to start the phone and allow the application to slow down the overall phone by always running. - android.permission.ACCESS_CACHE_FILESYSTEM
Allows an application to read and write the cache file system. - android.permission.REAL_GET_TASKS
Unknown permission from android reference - android.permission.READ_HOTWORD_STATE
Unknown permission from android reference - android.permission.WRITE_HOTWORD_STATE
Unknown permission from android reference - android.permission.SET_WALLPAPER_HINTS
Allows the application to set the system wallpaper size hints. - android.permission.INJECT_EVENTS
Allows an application to deliver its own input events (key presses, etc.) to other applications. Malicious applications can use this to take over the phone. - android.permission.RUN_INSTRUMENTATION
Unknown permission from android reference - android.permission.USE_SPECIAL_UDISK
Unknown permission from android reference - android.permission.MASTER_CLEAR
Allows an application to completely reset the system to its factory settings, erasing all data, configuration and installed applications. - android.permission.READ_MEDIA_STORAGE
Unknown permission from android reference - android.permission.WRITE_MEDIA_STORAGE
Unknown permission from android reference - android.permission.INSTALL_LOCATION_PROVIDER
Create mock location sources for testing. Malicious applications can use this to override the location and/or status returned by real-location sources such as GPS or Network providers, or monitor and report your location to an external source. - android.permission.INSTALL_PACKAGES
Allows an application to install new or updated Android packages. Malicious applications can use this to add new applications with arbitrarily powerful permissions. - android.permission.DELETE_PACKAGES
Allows an application to delete Android packages. Malicious applications can use this to delete important applications. - com.smit.icast.DVB_SERVICE_PERMISSION
Unknown permission from android reference - android.permission.MANAGE_ACCOUNTS
Allows an application to perform operations like adding and removing accounts and deleting their password. - android.permission.GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service. - android.permission.AUTHENTICATE_ACCOUNTS
Allows an application to use the account authenticator capabilities of the Account Manager, including creating accounts as well as obtaining and setting their passwords. - android.permission.INTERACT_ACROSS_USERS_FULL
Unknown permission from android reference - android.permission.SET_WALLPAPER
Allows the application to set the system wallpaper. - android.permission.GET_PACKAGE_SIZE
Allows an application to find out the space used by any package. - android.permission.CLEAR_APP_CACHE
Allows an application to free phone storage by deleting files in application cache directory. Access is usually very restricted to system process. - android.permission.DEVICE_POWER
Allows the application to turn the phone on or off. - android.permission.GLOBAL_SEARCH
This permission can be used on content providers to allow the global search system to access their data. Typically it used when the provider has some permissions protecting it (which global search would not be expected to hold), and added as a read-only permission to the path in the provider where global search queries are performed. This permission can not be held by regular applications; it is used by applications to protect themselves from everyone else besides global search. - android.permission.DEVICE_POWER
Allows the application to turn the phone on or off. - android.permission.GLOBAL_SEARCH
This permission can be used on content providers to allow the global search system to access their data. Typically it used when the provider has some permissions protecting it (which global search would not be expected to hold), and added as a read-only permission to the path in the provider where global search queries are performed. This permission can not be held by regular applications; it is used by applications to protect themselves from everyone else besides global search. - android.permission.DELETE_PACKAGES
Allows an application to delete Android packages. Malicious applications can use this to delete important applications. - android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
Access extra location provider commands. Malicious applications could use this to interfere with the operation of the GPS or other location sources. - android.permission.ACCESS_WIMAX_STATE
Unknown permission from android reference - android.permission.AUTHENTICATE_ACCOUNTS
Allows an application to use the account authenticator capabilities of the Account Manager, including creating accounts as well as obtaining and setting their passwords. - android.permission.BLUETOOTH
Allows applications to connect to paired bluetooth devices. - android.permission.BLUETOOTH_ADMIN
Allows applications to discover and pair bluetooth devices. - android.permission.BODY_SENSORS
Allows an application to access data from sensors that the user uses to measure what is happening inside his/her body, such as heart rate. - android.permission.CALL_PHONE
Allows the application to call phone numbers without your intervention. Malicious applications may cause unexpected calls on your phone bill. Note that this does not allow the application to call emergency numbers. - android.permission.CAMERA
Allows application to take pictures and videos with the camera. This allows the application to collect images that the camera is seeing at any time. - android.permission.CHANGE_WIFI_MULTICAST_STATE
Allows an application to receive packets not directly addressed to your device. This can be useful when discovering services offered nearby. It uses more power than the non-multicast mode. - android.permission.CHANGE_WIMAX_STATE
Unknown permission from android reference - android.permission.CLEAR_APP_CACHE
Allows an application to free phone storage by deleting files in application cache directory. Access is usually very restricted to system process. - android.permission.DOWNLOAD_WITHOUT_NOTIFICATION
Unknown permission from android reference - android.permission.EXPAND_STATUS_BAR
Allows application to expand or collapse the status bar. - android.permission.FLASHLIGHT
Allows the application to control the flashlight. - android.permission.GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service. - android.permission.GET_PACKAGE_SIZE
Allows an application to find out the space used by any package. - android.permission.KILL_BACKGROUND_PROCESSES
Allows an application to kill background processes of other applications, even if memory is not low. - android.permission.MANAGE_ACCOUNTS
Allows an application to perform operations like adding and removing accounts and deleting their password. - android.permission.NFC
Allows an application to communicate with Near-Field Communication (NFC) tags, cards and readers. - android.permission.PERSISTENT_ACTIVITY
Allows an application to make parts of itself persistent, so that the system can't use it for other applications. - android.permission.PROCESS_OUTGOING_CALLS
Allows application to process outgoing calls and change the number to be dialled. Malicious applications may monitor, redirect or prevent outgoing calls. - android.permission.READ_CALENDAR
Allows an application to read all of the calendar events stored on your phone. Malicious applications can use this to send your calendar events to other people. - android.permission.READ_CALL_LOG
Allows an application to read the user's call log. - android.permission.READ_CELL_BROADCASTS
Unknown permission from android reference - android.permission.READ_INSTALL_SESSIONS
Unknown permission from android reference - android.permission.READ_PROFILE
Allows an application to read the user's personal profile data. - android.permission.READ_SMS
Allows application to read SMS messages stored on your phone or SIM card. Malicious applications may read your confidential messages. - android.permission.READ_SOCIAL_STREAM
Allows an application to read from the user's social stream. - android.permission.READ_SYNC_SETTINGS
Allows an application to read the sync settings, such as whether sync is enabled for Contacts. - android.permission.READ_SYNC_STATS
Allows an application to read the sync stats; e.g. the history of syncs that have occurred. - android.permission.READ_USER_DICTIONARY
Allows an application to read any private words, names and phrases that the user may have stored in the user dictionary. - android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to start itself as soon as the system has finished booting. This can make it take longer to start the phone and allow the application to slow down the overall phone by always running. - android.permission.RECEIVE_MMS
Allows application to receive and process MMS messages. Malicious applications may monitor your messages or delete them without showing them to you. - android.permission.RECEIVE_SMS
Allows application to receive and process SMS messages. Malicious applications may monitor your messages or delete them without showing them to you. - android.permission.RECEIVE_WAP_PUSH
Allows application to receive and process WAP messages. Malicious applications may monitor your messages or delete them without showing them to you. - android.permission.RECORD_AUDIO
Allows application to access the audio record path. - android.permission.SET_TIME_ZONE
Allows an application to change the phone's time zone. - android.permission.SET_WALLPAPER
Allows the application to set the system wallpaper. - android.permission.SET_WALLPAPER_HINTS
Allows the application to set the system wallpaper size hints. - android.permission.SUBSCRIBED_FEEDS_READ
Allows an application to receive details about the currently synced feeds. - android.permission.SUBSCRIBED_FEEDS_WRITE
Allows an application to modify your currently synced feeds. This could allow a malicious application to change your synced feeds. - android.permission.TRANSMIT_IR
Allows using the device's IR transmitter, if available. - android.permission.USE_CREDENTIALS
Allows an application to request authentication tokens. - android.permission.USE_SIP
Allows an application to use the SIP service to make/receive Internet calls. - android.permission.WRITE_CALENDAR
Allows an application to add or change the events on your calendar, which may send emails to guests. Malicious applications can use this to erase or modify your calendar events or to send emails to guests. - android.permission.WRITE_CALL_LOG
Allows an application to write (but not read) the user's call log data. - android.permission.WRITE_PROFILE
Allows an application to write (but not read) the user's personal profile data. - android.permission.WRITE_SMS
Allows application to write to SMS messages stored on your phone or SIM card. Malicious applications may delete your messages. - android.permission.WRITE_SOCIAL_STREAM
Allows an application to write (but not read) the user's social stream data. - android.permission.WRITE_SYNC_SETTINGS
Allows an application to modify the sync settings, such as whether sync is enabled for Contacts. - android.permission.WRITE_USER_DICTIONARY
Allows an application to write new words into the user dictionary. - com.android.alarm.permission.SET_ALARM
Unknown permission from android reference - com.android.browser.permission.READ_HISTORY_BOOKMARKS
Unknown permission from android reference - com.android.browser.permission.WRITE_HISTORY_BOOKMARKS
Unknown permission from android reference - com.android.launcher.permission.INSTALL_SHORTCUT
Unknown permission from android reference - com.android.launcher.permission.UNINSTALL_SHORTCUT
Unknown permission from android reference - com.android.vending.BILLING
Unknown permission from android reference - com.android.vending.CHECK_LICENSE
Unknown permission from android reference - com.android.voicemail.permission.ADD_VOICEMAIL
Unknown permission from android reference - com.google.android.c2dm.permission.RECEIVE
Permission for cloud to device messaging. - com.google.android.gms.permission.ACTIVITY_RECOGNITION
Allows an application to recognize physical activity. - com.google.android.gms.permission.AD_ID_NOTIFICATION
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.OTHER_SERVICES
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.adsense
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.adwords
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.ah
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.android
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.androidsecure
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.blogger
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.cl
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.cp
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.dodgeball
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.finance
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.gbase
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.grandcentral
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.groups2
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.health
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.ig
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.jotspot
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.knol
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.lh2
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.local
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.mail
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.mobile
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.news
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.notebook
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.orkut
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.print
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.sierra
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.sierraqa
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.sierrasandbox
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.sitemaps
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.speech
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.speechpersonalization
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.talk
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.wifi
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.wise
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.writely
Unknown permission from android reference - com.google.android.googleapps.permission.GOOGLE_AUTH.youtube
Unknown permission from android reference - com.google.android.launcher.permission.READ_SETTINGS
Unknown permission from android reference - com.google.android.providers.gsf.permission.READ_GSERVICES
Unknown permission from android reference - com.google.android.providers.talk.permission.READ_ONLY
Unknown permission from android reference - com.google.android.providers.talk.permission.WRITE_ONLY
Unknown permission from android reference - android.permission.READ_OWNER_DATA
Unknown permission from android reference - android.permission.WRITE_OWNER_DATA
Unknown permission from android reference - android.permission.BATTERY_STATS
Allows the modification of collected battery statistics. Not for use by common applications. - android.permission.ACCESS_DOWNLOAD_MANAGER
Unknown permission from android reference - com.android.launcher.permission.READ_SETTINGS
Unknown permission from android reference - com.android.launcher.permission.WRITE_SETTINGS
Unknown permission from android reference - com.htc.launcher.permission.READ_SETTINGS
Show notification count or badge on application launch icon for htc phones. - com.qihoo.appstore.rtservice.ACCESS_RTSERVICE
Unknown permission from android reference - android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS
Unknown permission from android reference - android.permission.INTERACT_ACROSS_USERS_FULL
Unknown permission from android reference - android.permission.WRITE_SECURE_SETTINGS
Allows an application to modify the system's secure settings data. Not for use by common applications. - android.permission.ACCESS_MTK_MMHW
Unknown permission from android reference - android.permission.DIAGNOSTIC
Allows an application to read and write to any resource owned by the diag group; for example, files in /dev. This could potentially affect system stability and security. This should ONLY be used for hardware-specific diagnostics by the manufacturer or operator. - android.permission.ACCESS_CACHE_FILESYSTEM
Allows an application to read and write the cache file system. - android.permission.BIND_INPUT_METHOD
Allows the holder to bind to the top-level interface of an input method. Should never be needed for common applications. - android.permission.PACKAGE_USAGE_STATS
Allows the modification of collected component usage statistics. Not for use by common applications. - android.permission.SAMSUNG_TUNTAP
Unknown permission from android reference
|