aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Baumann <patb@google.com>2020-02-07 10:45:32 -0800
committerPatrick Baumann <patb@google.com>2020-02-07 10:45:32 -0800
commit8bc98f30222b0d89323c2e25dddc4defad35407d (patch)
tree9f5079e04d9d2fb81b787201e9e3163011c19968
parenta06a2f778befc5ef1608e17caf684160cfdcab7a (diff)
downloadContactsProvider-8bc98f30222b0d89323c2e25dddc4defad35407d.tar.gz
Adds forceQueryable to manifest
This change makes the ContactsProvider visible to all apps on device, removing the need for apps to declare the contacts provider queryable in their mainfests. Test: atest AppSecurityTests Bug: 142386643 Change-Id: I58f74e5887091e1c966df7d5a3d327600e9c1fef
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cd1ab6c2..c7fb27c2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,6 +26,7 @@
<application android:process="android.process.acore"
android:label="@string/app_label"
android:allowBackup="false"
+ android:forceQueryable="true"
android:usesCleartextTraffic="false">
<provider android:name="ContactsProvider2"