User Tools

Site Tools


doc:appunti:android:android_13_permissions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
doc:appunti:android:android_13_permissions [2024/08/23 09:52] – created niccolodoc: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:
 +
 +<code>
 +Restricted Setting
 +For your security, this setting is currently unavailable.
 +</code>
 +
 +This may include e.g. the **notifications** or the **accessibility** permission.
 +
 +To remove such restriction do the following:
 +
 +  * **Settings** => **Apps & Notifications**, search the app and tap it.
 +  * 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: Exception trying to activate admin W DeviceAdminAdd: Exception trying to activate admin
   ComponentInfo{de.nulide.findmydevice/de.nulide.findmydevice.receiver.DeviceAdminReceiver}   ComponentInfo{de.nulide.findmydevice/de.nulide.findmydevice.receiver.DeviceAdminReceiver}
-W DeviceAdminAdd: java.lang.IllegalArgumentException: Only apps in internal storage can be active +W DeviceAdminAdd: java.lang.IllegalArgumentException: 
-  admin: ComponentInfo{de.nulide.findmydevice/de.nulide.findmydevice.receiver.DeviceAdminReceiver}+  Only apps in internal storage can be active admin: 
 +  ComponentInfo{de.nulide.findmydevice/de.nulide.findmydevice.receiver.DeviceAdminReceiver}
 </code> </code>
  
 If an app is installed into the external storage it will not be displayed into //Settings// => //Apps & notifications// => //Special app access// => //Device admin apps//. To move the app into the internal storage (device memory) you can go through //Settings// => //Storage// => //SD card// => //Apps//. Then tap on the app and verify the **Storage used**, eventually tap the **CHANGE** button. If an app is installed into the external storage it will not be displayed into //Settings// => //Apps & notifications// => //Special app access// => //Device admin apps//. To move the app into the internal storage (device memory) you can go through //Settings// => //Storage// => //SD card// => //Apps//. Then tap on the app and verify the **Storage used**, eventually tap the **CHANGE** button.
  
doc/appunti/android/android_13_permissions.1724399573.txt.gz · Last modified: 2024/08/23 09:52 by niccolo