BeautyCam
PHOTOGRAPHY
Trackers
Permissions
Total permissions: 45 Unknown permissions: 17 Signature permissions: 6 Permissions considered normal: 15 Permissions considered dangerous: 7android.permission.ACCESS_COARSE_LOCATION
(dangerous instant)
Allows an app to access approximate location. Alternatively, you might want ACCESS_FINE_LOCATION.
android.permission.ACCESS_COARSE_UPDATES
(unknown)
No description yet, this could be a misspelling or a permission created by the app itself
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.BATTERY_STATS
(signature privileged development)
Allows an application to collect battery statistics
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.BROADCAST_STICKY
(normal)
Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast.
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.
Allows applications to change network connectivity state.
android.permission.CHANGE_WIFI_STATE
(normal)
Allows applications to change Wi-Fi connectivity state.
android.permission.FOREGROUND_SERVICE
(normal instant)
Allows a regular application to use android.app.Service#startForeground Service.startForeground
android.permission.GET_TASKS
(normal)
No longer enforced.
android.permission.GETTASKS
(unknown)
No description yet, this could be a misspelling or a permission created by the app itself
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.
Allows an application to modify global audio settings.
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.REAL_GET_TASKS
(signature privileged)
New version of GET_TASKS that apps can request, since GET_TASKS doesn't really give access to task information. We need this new one because there are many existing apps that use add libraries and such that have validation code to ensure the app has requested the GET_TASKS permission by seeing if it has been granted the permission... if it hasn't, it kills the app with a message about being upset. So we need to have it continue to look like the app is getting that permission, even though it will never be checked, and new privileged apps can now request this one for real access.
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.
android.permission.RECORD_VIDEO
(unknown)
No description yet, this could be a misspelling or a permission created by the app itself
android.permission.REORDER_TASKS
(normal)
Allows an application to change the Z-order of tasks.
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.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()
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