Controlling the Global User Directory: Difference between revisions

Jump to navigation Jump to search
Line 68: Line 68:


Scoped storage is disabled if <b>at least one</b> of the following applies:
Scoped storage is disabled if <b>at least one</b> of the following applies:
* You are using Android 10 or older <!-- TODO: What exactly happens when updating from Android 10 with Dolphin installed? -->
* You are using Android 10 or older <!-- TODO: What exactly happens when updating from Android 10 with Dolphin installed? Is scoped storage intended to stay disabled? Does the preserveLegacyExternalStorage bug affect it? -->
* You were using Dolphin {{revision|5.0-15341}} or older when you installed Dolphin, and you haven't uninstalled Dolphin since then, and you haven't triggered the legacy storage bug since then
* You were using Dolphin {{revision|5.0-15341}} or older when you installed Dolphin, and you haven't uninstalled Dolphin since then, and you haven't triggered the preserveLegacyExternalStorage bug since then
* You have manually disabled scoped storage for Dolphin using the following command (only possible if you have a rooted device or a debug version of Dolphin), and you haven't triggered the legacy storage bug since then: <pre>cmd appops set org.dolphinemu.dolphinemu android:legacy_storage allow && am force-stop org.dolphinemu.dolphinemu</pre>
* You have manually disabled scoped storage for Dolphin using the following command (only possible if you have a rooted device or a debug version of Dolphin), and you haven't triggered the preserveLegacyExternalStorage bug since then: <pre>cmd appops set org.dolphinemu.dolphinemu android:legacy_storage allow && am force-stop org.dolphinemu.dolphinemu</pre>


[https://cs.android.com/android/_/android/platform/frameworks/base/+/c57e3455ff29b0a15a8781a34c19c6ded196f69e The legacy storage bug] is triggered when <b>all</b> of the following applies at the same time:
[https://cs.android.com/android/_/android/platform/frameworks/base/+/c57e3455ff29b0a15a8781a34c19c6ded196f69e The preserveLegacyExternalStorage bug] is triggered when <b>all</b> of the following applies at the same time:
* You are using Android 11 (not Android 12 or newer)
* You are using Android 11 (not Android 12 or newer)
* The installed version of Dolphin is {{revision|5.0-15348}} or newer
* The installed version of Dolphin is {{revision|5.0-15348}} or newer
211

edits

Navigation menu