Loading core/res/AndroidManifest.xml +2 −3 Original line number Diff line number Diff line Loading @@ -933,11 +933,10 @@ <!-- Allows an application a broad access to external storage in scoped storage. Intended to be used by few apps that need to manage files on behalf of the users. <p>Protection level: signature|appop <p>This protection level is temporary and will most likely be changed to |preinstalled --> <p>Protection level: signature|appop|preinstalled --> <permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" android:permissionGroup="android.permission-group.UNDEFINED" android:protectionLevel="signature|appop" /> android:protectionLevel="signature|appop|preinstalled" /> <!-- ====================================================================== --> <!-- Permissions for accessing the device location --> Loading Loading
core/res/AndroidManifest.xml +2 −3 Original line number Diff line number Diff line Loading @@ -933,11 +933,10 @@ <!-- Allows an application a broad access to external storage in scoped storage. Intended to be used by few apps that need to manage files on behalf of the users. <p>Protection level: signature|appop <p>This protection level is temporary and will most likely be changed to |preinstalled --> <p>Protection level: signature|appop|preinstalled --> <permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" android:permissionGroup="android.permission-group.UNDEFINED" android:protectionLevel="signature|appop" /> android:protectionLevel="signature|appop|preinstalled" /> <!-- ====================================================================== --> <!-- Permissions for accessing the device location --> Loading