Committed by
GitHub
omiting "io.flutter.embedding.android.SplashScreenDrawable" (#170)
* omiting "io.flutter.embedding.android.SplashScreenDrawable" * Update checks.yml Co-authored-by: creativecreatorormaybenot <creativecreatorormaybenot@gmail.com>
Showing
1 changed file
with
0 additions
and
9 deletions
| @@ -24,15 +24,6 @@ | @@ -24,15 +24,6 @@ | ||
| 24 | android:name="io.flutter.embedding.android.NormalTheme" | 24 | android:name="io.flutter.embedding.android.NormalTheme" |
| 25 | android:resource="@style/NormalTheme" | 25 | android:resource="@style/NormalTheme" |
| 26 | /> | 26 | /> |
| 27 | - <!-- Displays an Android View that continues showing the launch screen | ||
| 28 | - Drawable until Flutter paints its first frame, then this splash | ||
| 29 | - screen fades out. A splash screen is useful to avoid any visual | ||
| 30 | - gap between the end of Android's launch screen and the painting of | ||
| 31 | - Flutter's first frame. --> | ||
| 32 | - <meta-data | ||
| 33 | - android:name="io.flutter.embedding.android.SplashScreenDrawable" | ||
| 34 | - android:resource="@drawable/launch_background" | ||
| 35 | - /> | ||
| 36 | <intent-filter> | 27 | <intent-filter> |
| 37 | <action android:name="android.intent.action.MAIN"/> | 28 | <action android:name="android.intent.action.MAIN"/> |
| 38 | <category android:name="android.intent.category.LAUNCHER"/> | 29 | <category android:name="android.intent.category.LAUNCHER"/> |
-
Please register or login to post a comment