From 055d2c8dc6c01b507907ba49210fdbb30c635ec0 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Sat, 5 Oct 2024 22:17:02 +0700 Subject: [PATCH] Cleanup android manifest (#104) --- android/app/src/main/AndroidManifest.xml | 97 ++++++++++++++---------- 1 file changed, 55 insertions(+), 42 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index dc07969..b93e98e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,10 @@ + + package="org.rocstreaming.rocdroid" + android:versionCode="4000" + android:versionName="0.4.0"> + @@ -14,52 +17,62 @@ - + - - - - - - - - - - + android:label="Roc Droid" + android:name="${applicationName}" + android:icon="@mipmap/launcher_icon"> + + + + + + + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" + /> + + + + + + + + + + + + + In particular, this is used by the Flutter engine in + io.flutter.plugin.text.ProcessTextPlugin. --> - - - - + + + + +