WireTap and Spy Removal
TOOLS
Trackers
Permissions
Total permissions: 9 Unknown permissions: 0 Signature permissions: 1 Permissions considered normal: 4 Permissions considered dangerous: 4android.permission.ACCESS_COARSE_LOCATION
(dangerous instant)
Allows an app to access approximate location. Alternatively, you might want ACCESS_FINE_LOCATION.
android.permission.ACCESS_FINE_LOCATION
(dangerous instant)
Allows an app to access precise location. Alternatively, you might want ACCESS_COARSE_LOCATION.
android.permission.ACCESS_NETWORK_STATE
(normal instant)
Allows applications to access information about networks.
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
Allows an application to modify global audio settings.
android.permission.PACKAGE_USAGE_STATS
(signature privileged development appop retailDemo)
Allows an application to collect component usage statistics Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.
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.
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.
android.permission.RECORD_AUDIO
(dangerous instant)
Allows an application to record audio.