From d84dd297b6ddd336e58d0ca76f30a250fa4c607d Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Tue, 24 May 2022 16:33:55 +0200 Subject: [PATCH] Define Dropbox and Microsoft callbacks only in flavors with access to it --- presentation/src/apkstore/AndroidManifest.xml | 35 +++++++++++++++ presentation/src/fdroid/AndroidManifest.xml | 43 +++++++++++++++++++ presentation/src/main/AndroidManifest.xml | 34 --------------- .../src/playstore/AndroidManifest.xml | 40 +++++++++++++++++ 4 files changed, 118 insertions(+), 34 deletions(-) create mode 100644 presentation/src/fdroid/AndroidManifest.xml create mode 100644 presentation/src/playstore/AndroidManifest.xml diff --git a/presentation/src/apkstore/AndroidManifest.xml b/presentation/src/apkstore/AndroidManifest.xml index f0b9b94c..2bf4fbf5 100644 --- a/presentation/src/apkstore/AndroidManifest.xml +++ b/presentation/src/apkstore/AndroidManifest.xml @@ -5,4 +5,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation/src/fdroid/AndroidManifest.xml b/presentation/src/fdroid/AndroidManifest.xml new file mode 100644 index 00000000..2bf4fbf5 --- /dev/null +++ b/presentation/src/fdroid/AndroidManifest.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presentation/src/main/AndroidManifest.xml b/presentation/src/main/AndroidManifest.xml index cfc8fe26..bb00e7d5 100644 --- a/presentation/src/main/AndroidManifest.xml +++ b/presentation/src/main/AndroidManifest.xml @@ -87,23 +87,6 @@ android:exported="false" android:theme="@style/TransparentPopUp" /> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +