11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" habrapp.habr_app" >
3- <!-- io.flutter.app.FlutterApplication is an android.app.Application that
4- calls FlutterMain.startInitialization(this); in its onCreate method.
5- In most cases you can leave this as-is, but you if you want to provide
6- additional functionality it is fine to subclass or reimplement
7- FlutterApplication and put your custom class here. -->
83 <uses-permission android : name =" android.permission.INTERNET" />
94 <application
10-
115 android : name =" ${applicationName}"
126 android : label =" habr_app"
137 android : icon =" @mipmap/ic_launcher" >
148 <activity
159 android : name =" .MainActivity"
10+ android : exported =" true"
1611 android : launchMode =" singleTop"
1712 android : theme =" @style/LaunchTheme"
1813 android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
2621 android : name =" io.flutter.embedding.android.NormalTheme"
2722 android : resource =" @style/NormalTheme"
2823 />
29- <!-- Displays an Android View that continues showing the launch screen
30- Drawable until Flutter paints its first frame, then this splash
31- screen fades out. A splash screen is useful to avoid any visual
32- gap between the end of Android's launch screen and the painting of
33- Flutter's first frame. -->
34- <meta-data
35- android : name =" io.flutter.embedding.android.SplashScreenDrawable"
36- android : resource =" @drawable/launch_background"
37- />
3824 <intent-filter >
3925 <action android : name =" android.intent.action.MAIN" />
4026 <category android : name =" android.intent.category.LAUNCHER" />
4632 android : name =" flutterEmbedding"
4733 android : value =" 2" />
4834 </application >
49- </manifest >
35+ </manifest >
0 commit comments