Skip to content

Commit

Permalink
#65 Adding requestLegacyExternalStorage flag for storage option mitig…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
MewX committed Sep 7, 2020
1 parent 065c744 commit 21df9e0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
<application
android:name=".MyApp"
android:allowBackup="true"
android:networkSecurityConfig="@xml/network_security_config"
android:label="@string/app_name"
tools:replace="android:label"
android:description="@string/app_description"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme">
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme"
tools:replace="android:label">

<!-- UMeng Mob Statistics -->
<meta-data android:value="55220944fd98c5d81f000a71" android:name="UMENG_APPKEY"/>
Expand Down

0 comments on commit 21df9e0

Please sign in to comment.