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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cd1ab6c..c7fb27c 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"