Required by input method services to bind with the system. Allows apps to provide custom input methods (keyboards).
android.permission.BIND_INPUT_METHOD
Required by VPN services to bind with the system. Allows apps to provision VPN services.
android.permission.BIND_VPN_SERVICE
Requests dangerous framework permissions 22 IoCs
description
ioc
Allows an application to request installing packages.
android.permission.REQUEST_INSTALL_PACKAGES
Allows an application to record audio.
android.permission.RECORD_AUDIO
Required to be able to access the camera device.
android.permission.CAMERA
Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
android.permission.READ_PHONE_STATE
Allows an application to read SMS messages.
android.permission.READ_SMS
Allows an application to read the user's contacts data.
android.permission.READ_CONTACTS
Allows access to the list of accounts in the Accounts Service.
android.permission.GET_ACCOUNTS
Allows an application to read the user's call log.
android.permission.READ_CALL_LOG
Allows an app to create windows using the type LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
android.permission.SYSTEM_ALERT_WINDOW
Allows an application to write to external storage.
android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to access any geographic locations persisted in the user's shared collection.
android.permission.ACCESS_MEDIA_LOCATION
Allows an application to send SMS messages.
android.permission.SEND_SMS
Allows an application to receive SMS messages.
android.permission.RECEIVE_SMS
Allows an app to post notifications.
android.permission.POST_NOTIFICATIONS
Allows an application to collect component usage statistics.
android.permission.PACKAGE_USAGE_STATS
Allows applications to use exact alarm APIs.
android.permission.SCHEDULE_EXACT_ALARM
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
android.permission.CALL_PHONE
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.
android.permission.PROCESS_OUTGOING_CALLS
Allows read access to the device's phone number(s).
android.permission.READ_PHONE_NUMBERS
Allows an application to read or write the system settings.
android.permission.WRITE_SETTINGS
Allows an application to write the user's contacts data.
android.permission.WRITE_CONTACTS
Allows an application a broad access to external storage in scoped storage.