From d009075d5f9a0a91d820802b03b8ee4766cc4eae Mon Sep 17 00:00:00 2001 From: raksahb Date: Mon, 12 Oct 2020 14:32:06 -0700 Subject: [PATCH] Added queries entry to AndroidManifest.xml Required for Android 11 privacy-visibility update https://developer.android.com/about/versions/11/privacy/package-visibility --- android/src/main/AndroidManifest.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 7cb436039..2d1b865f5 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -3,6 +3,23 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.imagepicker" > + + + + + + + + + + + + + + + + +