Flash Seats
ENTERTAINMENT
Trackers
Permissions
Total permissions: 10 Unknown permissions: 1 Signature permissions: 3 Permissions considered normal: 2 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.CHANGE_CONFIGURATION
(signature privileged development)
Allows an application to modify the current configuration, such as locale.
android.permission.INTERNET
(normal instant)
Allows applications to open network sockets.
android.permission.READ_CONTACTS
(dangerous)
Allows an application to read the user's contacts data.
android.permission.READ_LOGS
(signature privileged development)
Allows an application to read the low-level system log files. Not for use by third-party applications, because Log entries can contain the user's private information.
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