11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" com.woosignal.label_storemax"
3- xmlns : tools =" http://schemas.android.com/tools" >
4-
2+ package =" com.woosignal.label_storemax" >
53 <!-- io.flutter.app.FlutterApplication is an android.app.Application that
64 calls FlutterMain.startInitialization(this); in its onCreate method.
75 In most cases you can leave this as-is, but you if you want to provide
1311
1412 <application
1513 android : name =" io.flutter.app.FlutterApplication"
16- android : label =" label_storemax"
17- tools : replace =" android:label"
14+ android : label =" Label StoreMax"
1815 android : icon =" @mipmap/launcher_icon" >
1916 <activity
2017 android : name =" .MainActivity"
2118 android : launchMode =" singleTop"
2219 android : theme =" @style/LaunchTheme"
2320 android : screenOrientation =" portrait"
24- android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
21+ android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize| locale|layoutDirection|fontScale|screenLayout|density|uiMode"
2522 android : hardwareAccelerated =" true"
2623 android : windowSoftInputMode =" adjustResize" >
27- <!-- This keeps the window background of the activity showing
28- until Flutter renders its first frame. It can be removed if
29- there is no splash screen (such as the default splash screen
30- defined in @style/LaunchTheme). -->
24+ <!-- Specifies an Android theme to apply to this Activity as soon as
25+ the Android process has started. This theme is visible to the user
26+ while the Flutter UI initializes. After that, this theme continues
27+ to determine the Window background behind the Flutter UI. -->
28+ <meta-data
29+ android : name =" io.flutter.embedding.android.NormalTheme"
30+ android : resource =" @style/NormalTheme"
31+ />
32+ <!-- Displays an Android View that continues showing the launch screen
33+ Drawable until Flutter paints its first frame, then this splash
34+ screen fades out. A splash screen is useful to avoid any visual
35+ gap between the end of Android's launch screen and the painting of
36+ Flutter's first frame. -->
3137 <meta-data
32- android : name =" io.flutter.app.android.SplashScreenUntilFirstFrame"
33- android : value =" true" />
38+ android : name =" io.flutter.embedding.android.SplashScreenDrawable"
39+ android : resource =" @drawable/launch_background"
40+ />
3441 <intent-filter >
3542 <action android : name =" android.intent.action.MAIN" />
3643 <category android : name =" android.intent.category.LAUNCHER" />
4451 android : host =" 3ds.stripesdk.io" />
4552 </intent-filter >
4653 </activity >
54+ <!-- Don't delete the meta-data below.
55+ This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
56+ <meta-data
57+ android : name =" flutterEmbedding"
58+ android : value =" 2" />
4759 </application >
4860</manifest >
0 commit comments