File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
example/android/app/src/debug Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55
66 <uses-permission android : name =" android.permission.INTERNET" />
77 <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" >
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 " >
99
1010 <intent-filter >
1111 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments