diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 890ad5e839f7e..6aff8b8f1d5c6 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -824,6 +824,11 @@ grants your app this permission. If you don't need this permission, be sure your {@code targetSdkVersion} is 4 or higher. +
Is this permission is not whitelisted for an app that targets an API level before + {@link android.os.Build.VERSION_CODES#Q} this permission cannot be granted to apps.
+Is this permission is not whitelisted for an app that targets an API level + {@link android.os.Build.VERSION_CODES#Q} or later the app will be forced into isolated storage. +
-->