doc:appunti:android:android_13_permissions
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
doc:appunti:android:android_13_permissions [2024/08/23 09:52] – created niccolo | doc:appunti:android:android_13_permissions [2024/08/23 10:03] (current) – [Special app permissions with Android 13] niccolo | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Special app permissions with Android 13 ====== | ====== Special app permissions with Android 13 ====== | ||
+ | |||
+ | Android 13 enforces more constraints on the apps than the previous versions. Here are some examples found on the Android 13 of a BlackView smartphone. The BlackView ROM is based on the Android AOSP, with several BlackView apps added. | ||
+ | |||
+ | |||
+ | ===== Restricted setting ===== | ||
+ | |||
+ | In some circumstance you may get the following error when trying to give some permissions to an app: | ||
+ | |||
+ | < | ||
+ | Restricted Setting | ||
+ | For your security, this setting is currently unavailable. | ||
+ | </ | ||
+ | |||
+ | This may include e.g. the **notifications** or the **accessibility** permission. | ||
+ | |||
+ | To remove such restriction do the following: | ||
+ | |||
+ | * **Settings** => **Apps & Notifications**, | ||
+ | * Tap on **three dots**. | ||
+ | * Choose "Allow restricted settings" | ||
===== Device admin apps and external storage ===== | ===== Device admin apps and external storage ===== | ||
Line 8: | Line 28: | ||
W DeviceAdminAdd: | W DeviceAdminAdd: | ||
ComponentInfo{de.nulide.findmydevice/ | ComponentInfo{de.nulide.findmydevice/ | ||
- | W DeviceAdminAdd: | + | W DeviceAdminAdd: |
- | | + | |
+ | | ||
</ | </ | ||
If an app is installed into the external storage it will not be displayed into // | If an app is installed into the external storage it will not be displayed into // | ||
doc/appunti/android/android_13_permissions.1724399573.txt.gz · Last modified: 2024/08/23 09:52 by niccolo