|
@@ -7,7 +7,7 @@
|
|
additional functionality it is fine to subclass or reimplement
|
|
additional functionality it is fine to subclass or reimplement
|
|
FlutterApplication and put your custom class here. -->
|
|
FlutterApplication and put your custom class here. -->
|
|
<application
|
|
<application
|
|
- android:name="io.flutter.app.FlutterApplication"
|
|
|
|
|
|
+ android:name="${applicationName}"
|
|
android:label="douyin_demo"
|
|
android:label="douyin_demo"
|
|
android:icon="@mipmap/ic_launcher">
|
|
android:icon="@mipmap/ic_launcher">
|
|
<activity
|
|
<activity
|
|
@@ -21,9 +21,7 @@
|
|
until Flutter renders its first frame. It can be removed if
|
|
until Flutter renders its first frame. It can be removed if
|
|
there is no splash screen (such as the default splash screen
|
|
there is no splash screen (such as the default splash screen
|
|
defined in @style/LaunchTheme). -->
|
|
defined in @style/LaunchTheme). -->
|
|
- <meta-data
|
|
|
|
- android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
|
|
|
|
- android:value="true" />
|
|
|
|
|
|
+ <meta-data android:name="flutterEmbedding" android:value="2"/>
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|