Merge pull request #352 from zod/scoped-storage

Set preserveLegacyExternalStorage for easier upgrades
This commit is contained in:
afischerdev 2021-11-02 19:15:13 +01:00 committed by GitHub
commit 80a043568c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name" android:label="@string/app_name"
android:allowBackup="false"> android:allowBackup="false"
android:preserveLegacyExternalStorage="true">
<activity android:name=".BRouterActivity" <activity android:name=".BRouterActivity"
android:label="@string/app_name" android:label="@string/app_name"
android:exported="true" android:exported="true"