File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 -->
55
66 <uses-permission android : name =" android.permission.INTERNET" />
7- <application android : label =" com.example.flagship_qa" android : icon =" @mipmap/ic_launcher" >
8- <activity android : name =" .MainActivity" android : launchMode =" singleTop" android : theme =" @style/LaunchTheme" android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android : hardwareAccelerated =" true" android : windowSoftInputMode =" adjustResize" android : usesCleartextTraffic = " false " >
7+ <application android : label =" com.example.flagship_qa" android : icon =" @mipmap/ic_launcher" android : usesCleartextTraffic = " false " >
8+ <activity android : name =" .MainActivity" android : launchMode =" singleTop" android : theme =" @style/LaunchTheme" android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android : hardwareAccelerated =" true" android : windowSoftInputMode =" adjustResize" >
99
1010 <intent-filter >
1111 <action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
22 <uses-permission android : name =" android.permission.INTERNET" />
3- <application android : label =" com.example.flagship_qa" android : icon =" @mipmap/ic_launcher" >
3+ <application android : label =" com.example.flagship_qa" android : icon =" @mipmap/ic_launcher" android : usesCleartextTraffic = " false " >
44 <activity android : name =" .MainActivity" android : launchMode =" singleTop" android : theme =" @style/LaunchTheme" android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android : hardwareAccelerated =" true" android : windowSoftInputMode =" adjustResize"
5- android : exported =" true" >
5+ android : exported =" true" >
66 <!-- Specifies an Android theme to apply to this Activity as soon as
77 the Android process has started. This theme is visible to the user
88 while the Flutter UI initializes. After that, this theme continues
You can’t perform that action at this time.
0 commit comments