Gallery
PHOTOGRAPHY
Trackers
Permissions
Total permissions: 109 Unknown permissions: 58 Signature permissions: 19 Permissions considered normal: 24 Permissions considered dangerous: 8android.permission.ACCESS_ALL_DOWNLOADS
(unknown)
No description yet, this could be a misspelling or a permission created by the app itself
android.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.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.CALL_PRIVILEGED
(signature privileged)
Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed. Not for use by third-party applications.
Allows applications to change network connectivity state.
android.permission.CHANGE_WIFI_STATE
(normal)
Allows applications to change Wi-Fi connectivity state.
android.permission.CONFIGURE_WIFI_DISPLAY
(signature)
Allows an application to configure and connect to Wifi displays
android.permission.DEVICE_POWER
(signature)
Allows low-level access to power management. Not for use by third-party applications.
android.permission.EXPAND_STATUS_BAR
(normal)
Allows an application to expand or collapse the status bar.
android.permission.GET_ACCOUNTS
(dangerous)
Allows access to the list of accounts in the Accounts Service. Note: Beginning with Android 6.0 (API level 23), if an app shares the signature of the authenticator that manages an account, it does not need 'GET_ACCOUNTS' permission to read information about that account. On Android 5.1 and lower, all apps need 'GET_ACCOUNTS' permission to read information about any account.
android.permission.GET_ACCOUNTS_PRIVILEGED
(signature privileged)
Allows access to the list of accounts in the Accounts Service.
android.permission.GET_TASKS
(normal)
No longer enforced.
android.permission.GRANT_RUNTIME_PERMISSIONS
(signature installer verifier)
Allows an application to grant specific permissions.
android.permission.INJECT_EVENTS
(signature)
Allows an application to inject user events (keys, touch, trackball) into the event stream and deliver them to ANY window. Without this permission, you can only deliver events to windows in your own process. Not for use by third-party applications.
android.permission.INTERACT_ACROSS_USERS
(signature privileged development)
Allows an application to call APIs that allow it to do interactions across the users on the device, using singleton services and user-targeted broadcasts. This permission is not available to third party applications.
android.permission.INTERACT_ACROSS_USERS_FULL
(signature installer)
Fuller form of INTERACT_ACROSS_USERS that removes restrictions on where broadcasts can be sent and allows other types of interactions
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
android.permission.LOCAL_MAC_ADDRESS
(signature privileged)
Allows applications to read the local WiFi and Bluetooth MAC address.
android.permission.MANAGE_ACCOUNTS
(normal)
We need to keep this around for backwards compatibility
removed
android.permission.MANAGE_USERS
(signature privileged)
Allows an application to call APIs that allow it to query and manage users on the device. This permission is not available to third party applications.
android.permission.NFC
(normal)
Allows applications to perform I/O operations over NFC.
android.permission.READ_CONTACTS
(dangerous)
Allows an application to read the user's contacts data.
android.permission.READ_EXTERNAL_STORAGE
(dangerous)
Allows an application to read from external storage. Any app that declares the WRITE_EXTERNAL_STORAGE permission is implicitly granted this permission. This permission is enforced starting in API level 19. Before API level 19, this permission is not enforced and all apps still have access to read from external storage. You can test your app with the permission enforced by enabling
softRestricted immutablyRestricted
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.READ_PRIVILEGED_PHONE_STATE
(signature privileged)
Allows read access to privileged phone state. Used internally.
android.permission.READ_PROFILE
(normal)
We need to keep this around for backwards compatibility
removed
We need to keep this around for backwards compatibility
removed
Allows applications to read the sync settings.
android.permission.READ_SYNC_STATS
(normal)
Allows applications to read the sync stats.
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.SEND_RESPOND_VIA_MESSAGE
(signature privileged)
Allows an application (Phone) to send a request to other applications to handle the respond-via-message action during incoming calls. Not for use by third-party applications.
android.permission.SEND_SMS_NO_CONFIRMATION
(signature privileged)
Allows an application to send SMS to premium shortcodes without user permission. Not for use by third-party applications.
android.permission.SET_WALLPAPER
(normal)
Allows applications to set the wallpaper.
android.permission.STATUS_BAR
(signature privileged recents)
Allows an application to open, close, or disable the status bar and its icons. Not for use by third-party applications.
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.UPDATE_APP_OPS_STATS
(signature privileged installer role)
Allows an application to update application operation statistics. Not for use by third party apps.
android.permission.USE_CREDENTIALS
(normal)
We need to keep this around for backwards compatibility
removed
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_CONTACTS
(dangerous)
Allows an application to write the user's contacts data.
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_MEDIA_STORAGE
(signature privileged)
Allows an application to write to internal media storage This permission is no longer honored in the system and no longer adds the media_rw gid as a supplementary gid to the holder. Use the android.permission.MANAGE_EXTERNAL_STORAGE instead.
android.permission.WRITE_SECURE_SETTINGS
(signature privileged development)
Allows an application to read or write the secure system settings. Not for use by third-party applications.
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 applications to write the sync settings.
Allows an application to broadcast an Intent to set an alarm for the user.
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
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.
Don't use this permission in your app.This permission is no longer supported.
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
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
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
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
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
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
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
com.samsung.helphub.permission.HELP
(unknown)
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
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
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
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
com.wssnps.permission.COM_WSSNPS
(unknown)
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