diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 646ae729..01e6eb40 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,31 +2,31 @@ xmlns:tools="http://schemas.android.com/tools" package="com.madclubtsec.tsec_application.tsec_app"> - - - - - - + + + + + + - + - - + + - - - - - - + + + + + + > + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" + /> + android:name="io.flutter.embedding.android.SplashScreenDrawable" + android:resource="@drawable/launch_background" + /> + android:name="com.google.firebase.messaging.default_notification_channel_id" + android:value="high_importance_channel" /> @@ -65,4 +65,4 @@ android:name="flutterEmbedding" android:value="2" /> - + \ No newline at end of file diff --git a/lib/main.dart b/lib/main.dart index 46ebad6b..ee8000da 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -127,4 +127,4 @@ class _TSECAppState extends ConsumerState { darkTheme: darkTheme, ); } -} +} \ No newline at end of file