Required by accessibility services to bind with the system. Allows apps to access accessibility features.
android.permission.BIND_ACCESSIBILITY_SERVICE
Requests dangerous framework permissions 13 IoCs
description
ioc
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 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 or write the system settings.
android.permission.WRITE_SETTINGS
Allows an app to post notifications.
android.permission.POST_NOTIFICATIONS
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 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 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 read from external storage.
android.permission.READ_EXTERNAL_STORAGE
Allows an app to access precise location.
android.permission.ACCESS_FINE_LOCATION
Allows an app to access approximate location.
android.permission.ACCESS_COARSE_LOCATION
Allows an application to request installing packages.
android.permission.REQUEST_INSTALL_PACKAGES
Allows an app to access location in the background.
android.permission.ACCESS_BACKGROUND_LOCATION
Untrusted Codesign Signers 1 IoCs
Codesigned file was signed by an untrusted entity.