From 49205b604cd13ebeae4755e120b3a642ba5495f9 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Thu, 2 Nov 2023 18:40:59 +0530 Subject: [PATCH] add android intent url scheme Signed-off-by: Sahil Yeole --- flutter/android/app/src/main/AndroidManifest.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flutter/android/app/src/main/AndroidManifest.xml b/flutter/android/app/src/main/AndroidManifest.xml index b3c655917..1b99801bf 100644 --- a/flutter/android/app/src/main/AndroidManifest.xml +++ b/flutter/android/app/src/main/AndroidManifest.xml @@ -61,6 +61,14 @@ + + + + + + + + - \ No newline at end of file +