From 4d28209b07feb30e2993ce463ddb162194c84f0e Mon Sep 17 00:00:00 2001 From: Mohammad Aljammal Date: Mon, 10 Aug 2020 18:00:55 +0300 Subject: [PATCH] add permission android --- android/app/src/main/AndroidManifest.xml | 48 ++++++++++++++---------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 540276ba..46442106 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,51 +5,59 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> + + + + + + + + + + android:icon="@mipmap/ic_launcher" + android:label="diplomaticquarterapp"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - + android:name="io.flutter.embedding.android.SplashScreenDrawable" + android:resource="@drawable/launch_background" /> + + + + + - - + + - - - - - + - - + + +