From ef94643dd6ae965033d5f23c54a8606c9f17c2ff Mon Sep 17 00:00:00 2001 From: JaniruTEC <52893617+JaniruTEC@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:22:47 +0100 Subject: [PATCH] Changed property "android:host" to use applicationId in AndroidManifest For OAuth to properly work the property "android:host" of "com.microsoft.identity.client.BrowserTabActivity" needs to match the hostname defined by the OneDrive API redirect URI. This is either "org.cryptomator" for release builds or "org.cryptomator.debug" for debug builds. "applicationId" properly resolves to those values. --- presentation/src/apkstore/AndroidManifest.xml | 2 +- presentation/src/fdroid/AndroidManifest.xml | 2 +- presentation/src/playstore/AndroidManifest.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/presentation/src/apkstore/AndroidManifest.xml b/presentation/src/apkstore/AndroidManifest.xml index 3d14bb9f6..8078046de 100644 --- a/presentation/src/apkstore/AndroidManifest.xml +++ b/presentation/src/apkstore/AndroidManifest.xml @@ -31,7 +31,7 @@ diff --git a/presentation/src/fdroid/AndroidManifest.xml b/presentation/src/fdroid/AndroidManifest.xml index 3d14bb9f6..8078046de 100644 --- a/presentation/src/fdroid/AndroidManifest.xml +++ b/presentation/src/fdroid/AndroidManifest.xml @@ -31,7 +31,7 @@ diff --git a/presentation/src/playstore/AndroidManifest.xml b/presentation/src/playstore/AndroidManifest.xml index d98151f64..6034be427 100644 --- a/presentation/src/playstore/AndroidManifest.xml +++ b/presentation/src/playstore/AndroidManifest.xml @@ -28,7 +28,7 @@