Smart Launcher
PERSONALIZATION
Trackers
Permissions
Total permissions: 27 Unknown permissions: 6 Signature permissions: 2 Permissions considered normal: 13 Permissions considered dangerous: 6android.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.
No description yet, this could be a misspelling or a permission created by the app itself
Must be required by an android.service.notification.NotificationListenerServic, to ensure that only the system can bind to it.
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.DISABLE_KEYGUARD
(normal)
Allows applications to disable the keyguard if it is not secure.
android.permission.EXPAND_STATUS_BAR
(normal)
Allows an application to expand or collapse the status bar.
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
Allows an application to call killBackgroundProcesses.
android.permission.READ_CALENDAR
(dangerous)
Allows an application to read the user's calendar data.
android.permission.READ_CONTACTS
(dangerous)
Allows an application to read the user's contacts data.
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 request deleting packages. Apps targeting APIs P or greater must hold this permission in order to use ACTION_UNINSTALL_PACKAGE or uninstall.
android.permission.RESTART_PACKAGES
(normal)
The restartPackage API is no longer supported.
android.permission.SET_WALLPAPER
(normal)
Allows applications to set the wallpaper.
Allows applications to set the wallpaper hints.
android.permission.USE_FINGERPRINT
(normal)
Allows an app to use fingerprint hardware.
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.
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
android.permission.WRITE_SETTINGS
(signature preinstalled appop pre23)
Allows an application to read or write the system settings. 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_WRITE_SETTINGS. The app can check whether it has this authorization by calling android.provider.Settings.System#canWrite Settings.System.canWrite()
Allows an application to install a shortcut in Launcher. In Android O (API level 26) and higher, the INSTALL_SHORTCUT broadcast no longer has any effect on your app because it's a private, implicit broadcast. Instead, you should create an app shortcut by using the android.content.pm.ShortcutManager#requestPinShortcut requestPinShortcut()method from the android.content.pm.ShortcutManagerclass.
No description yet, this could be a misspelling or a permission created by the app itself
No description yet, this could be a misspelling or a permission created by the app itself
No description yet, this could be a misspelling or a permission created by the app itself
No description yet, this could be a misspelling or a permission created by the app itself
No description yet, this could be a misspelling or a permission created by the app itself