From 20fb238794340154a0413cc51ac0dad0932e9fbe Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Thu, 3 Mar 2022 17:11:04 +0100 Subject: [PATCH] Mobile Client: Deeplink 4 android --- .../android/app/src/debug/AndroidManifest.xml | 46 +++++++++++++++++-- .../android/app/src/main/AndroidManifest.xml | 4 +- mobile/ios/Runner/Info-Debug.plist | 4 +- mobile/ios/Runner/Info-Release.plist | 8 ++-- mobile/lib/src/aeris_api.dart | 21 +++++++-- .../lib/src/providers/services_provider.dart | 5 +- 6 files changed, 70 insertions(+), 18 deletions(-) diff --git a/mobile/android/app/src/debug/AndroidManifest.xml b/mobile/android/app/src/debug/AndroidManifest.xml index dbedc5d..4eac845 100644 --- a/mobile/android/app/src/debug/AndroidManifest.xml +++ b/mobile/android/app/src/debug/AndroidManifest.xml @@ -1,7 +1,45 @@ - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/app/src/main/AndroidManifest.xml b/mobile/android/app/src/main/AndroidManifest.xml index fce3273..4eac845 100644 --- a/mobile/android/app/src/main/AndroidManifest.xml +++ b/mobile/android/app/src/main/AndroidManifest.xml @@ -31,7 +31,9 @@ - + + +