From 7f57a5172e7b81207846d1166f920b6ee6110757 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 8 May 2023 12:43:33 +0200 Subject: [PATCH] android: strict mode fixes --- android/app/src/main/AndroidManifest.xml | 16 ++++++++++++--- lib/model/app/dependencies.dart | 20 +++++++++---------- .../AvesScreenStatePlugin.kt | 4 ++-- pubspec.lock | 4 ++-- 4 files changed, 27 insertions(+), 17 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5b85aa256..67d85efed 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,14 +19,18 @@ This change eventually prevents building the app with Flutter v3.7.11. android:required="false" /> + + @@ -245,7 +254,8 @@ This change eventually prevents building the app with Flutter v3.7.11. + android:exported="false" + android:foregroundServiceType="dataSync" />