From 884a1d07c4f7666296fbf44ad5f078c8c8835a55 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sat, 19 Dec 2020 13:21:21 +0100 Subject: [PATCH] Explicitly define which packages (apps) we want to query This is necessary to be able to see if the app a user wants to import from is installed. See: https://developer.android.com/about/versions/11/privacy/package-visibility --- app/src/main/AndroidManifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 036d6073..c6ef1aa8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -97,4 +97,14 @@ + + + + + + + + + +