Voice Access
TOOLS
Trackers
Permissions
Total permissions: 13 Unknown permissions: 1 Signature permissions: 1 Permissions considered normal: 9 Permissions considered dangerous: 2android.permission.ACCESS_NETWORK_STATE
(normal instant)
Allows applications to access information about networks.
android.permission.ACCESS_WIFI_STATE
(normal)
Allows applications to access information about Wi-Fi networks.
android.permission.BLUETOOTH
(normal)
Allows applications to connect to paired bluetooth devices.
android.permission.BLUETOOTH_ADMIN
(normal)
Allows applications to discover and pair bluetooth devices.
android.permission.CHANGE_WIFI_STATE
(normal)
Allows applications to change Wi-Fi connectivity state.
android.permission.GET_PACKAGE_SIZE
(normal)
Allows an application to find out the space used by any package.
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
android.permission.READ_PHONE_STATE
(dangerous)
Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any android.telecom.PhoneAccount registered on the device. Note: If both your ' minSdkVersion and ' targetSdkVersion values are set to 3 or lower, the system implicitly grants your app this permission. If you don't need this permission, be sure your ' targetSdkVersion is 4 or higher.
android.permission.RECORD_AUDIO
(dangerous instant)
Allows an application to record audio.
android.permission.SYSTEM_ALERT_WINDOW
(signature setup appop installer pre23 development)
Allows an app to create windows using the type 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. Note: If the app targets API level 23 or higher, the app user must explicitly grant this permission to the app through a permission management screen. The app requests the user's approval by sending an intent with action ACTION_MANAGE_OVERLAY_PERMISSION. The app can check whether it has this authorization by calling android.provider.Settings#canDrawOverlays Settings.canDrawOverlays()
android.permission.VIBRATE
(normal instant)
Allows access to the vibrator.
android.permission.WAKE_LOCK
(normal instant)
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
No description yet, this could be a misspelling or a permission created by the app itself