Skip to content

Commit c917aa9

Browse files
committed
fix: fix broken android manifest file
1 parent 3827503 commit c917aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
33
<uses-permission android:name="android.permission.INTERNET"/>
44

5+
<!-- android:usesCleartextTraffic: When using native Cronet http client, http urls shall be handled explicitly -->
56
<application
67
android:label="天使动漫"
78
android:name="${applicationName}"
8-
<!-- When using native Cronet http client, http urls shall be handled explicitly -->
99
android:usesCleartextTraffic="true"
1010
android:icon="@mipmap/ic_launcher">
1111
<activity

0 commit comments

Comments
 (0)