Hello Everybody
unlabeled
Trackers
Permissions
Total permissions: 12 Unknown permissions: 0 Signature permissions: 2 Permissions considered normal: 4 Permissions considered dangerous: 6android.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.
Allows an application to access extra location provider commands.
android.permission.ACCESS_MOCK_LOCATION
(signature)
Allows an application to create mock location providers for testing.
android.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.CALL_PHONE
(dangerous)
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
costsMoney
android.permission.CAMERA
(dangerous instant)
Required to be able to access the camera device. This will automatically enforce the '> uses-featureall camera features. If you do not require all camera features or can properly operate if a camera is not available, then you must modify your manifest as appropriate in order to install on devices that don't support all camera features.
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
android.permission.RECORD_AUDIO
(dangerous instant)
Allows an application to record audio.
android.permission.REQUEST_INSTALL_PACKAGES
(signature appop)
Allows an application to request installing packages. Apps targeting APIs greater than 25 must hold this permission in order to use ACTION_INSTALL_PACKAGE.
android.permission.WRITE_EXTERNAL_STORAGE
(dangerous)
Allows an application to write to external storage. 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 '>getExternalFilesDir and getExternalCacheDir. If this permission is not allowlisted for an app that targets an API level before Q this permission cannot be granted to apps.
softRestricted immutablyRestricted