Merge pull request #352 from zod/scoped-storage
Set preserveLegacyExternalStorage for easier upgrades
This commit is contained in:
commit
80a043568c
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
@ -44,4 +45,4 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue