File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <!-- io.flutter.app.FlutterApplication is an android.app.Application that
33 calls FlutterMain.startInitialization(this); in its onCreate method.
44 In most cases you can leave this as-is, but you if you want to provide
5- additional functionality it is fine to subclass or reimplement
5+ additional functionality it is fine to subclass or reimplement.
66 FlutterApplication and put your custom class here. -->
77 <application android : name =" io.flutter.app.FlutterApplication" android : label =" Argo" android : icon =" @mipmap/launcher_icon" >
88 <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" >
3535 </application >
3636 <uses-permission android : name =" android.permission.INTERNET" />
3737 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
38- </manifest >
38+ </manifest >
You can’t perform that action at this time.
0 commit comments