From 5c8f2587386ff37e2a9ac6530e9fa5af33f799fc Mon Sep 17 00:00:00 2001 From: Naveen Singh Date: Mon, 28 Oct 2024 01:22:52 +0530 Subject: [PATCH] Allow app to see currently registered authenticators This is necessary on Android 14 and above due to new package visibility restrictions, this change allows the app to find syncable contact sources. Fixes https://github.com/FossifyOrg/Phone/issues/28 --- app/src/main/AndroidManifest.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bd659e71..606dde4e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,6 +33,11 @@ + + + + +