File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
HelloWorld/android/app/src/main
template/template/android/app/src/main Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 99 android : icon =" @mipmap/ic_launcher"
1010 android : roundIcon =" @mipmap/ic_launcher_round"
1111 android : allowBackup =" false"
12- android : theme =" @style/AppTheme" >
12+ android : theme =" @style/AppTheme"
13+ android : usesCleartextTraffic =" true"
14+ >
1315 <activity
1416 android : name =" .MainActivity"
1517 android : label =" @string/app_name"
Original file line number Diff line number Diff line change 99 android : icon =" @mipmap/ic_launcher"
1010 android : roundIcon =" @mipmap/ic_launcher_round"
1111 android : allowBackup =" false"
12- android : theme =" @style/AppTheme" >
12+ android : theme =" @style/AppTheme"
13+ android : usesCleartextTraffic =" true"
14+ >
1315 <activity
1416 android : name =" .MainActivity"
1517 android : label =" @string/app_name"
You can’t perform that action at this time.
0 commit comments