From c09d502a03a5a29529490e54f45dc527fdc4a604 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 13 Mar 2025 22:06:34 +0100 Subject: [PATCH] update intents; enable web search; --- app/android/app/src/main/AndroidManifest.xml | 30 ++++++++++++++++++- .../domain/services/sharing_intent.dart | 2 ++ app/pubspec.yaml | 5 +++- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/app/android/app/src/main/AndroidManifest.xml b/app/android/app/src/main/AndroidManifest.xml index 6adba6c3..9bb129dd 100644 --- a/app/android/app/src/main/AndroidManifest.xml +++ b/app/android/app/src/main/AndroidManifest.xml @@ -76,24 +76,42 @@ android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" /> + + + + + + + + - + + + + + + + + + + + @@ -101,11 +119,21 @@ + + + + + + + + + +