From ab0a3690f331957c8a522422907598cc8edaaa4a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 25 Dec 2022 22:47:54 -0600 Subject: [PATCH] fix/mobile notification android 13 (#1175) * fix(mobile) runtime notification permission rule Android 13 * Format --- .../android/app/src/main/AndroidManifest.xml | 35 +++++++++++++------ 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index b6bf0b4459..572a291f2d 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -1,11 +1,20 @@ - - - + + + - + the + Android process has started. This theme is visible to the user + while the + Flutter UI initializes. After that, this theme continues + to determine the + Window background behind the Flutter UI. --> + @@ -25,7 +34,8 @@ + This is used by the Flutter tool to + generate GeneratedPluginRegistrant.java --> + + - - - + + + +