Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
增加配置:android:requestLegacyExternalStorage="true"
        android:networkSecurityConfig="@xml/network_security_config"
  • Loading branch information
shine2008 authored Feb 24, 2023
1 parent 33f9f18 commit 9c3b4e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_logo"
android:supportsRtl="true"
android:requestLegacyExternalStorage="true"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/Theme.Xkit">
<meta-data
android:name="com.netease.nim.appKey"
Expand Down Expand Up @@ -274,4 +276,4 @@
<service android:name="com.amap.api.location.APSService" />
</application>

</manifest>
</manifest>

0 comments on commit 9c3b4e6

Please sign in to comment.