Adds forceQueryable to manifest
This change makes the TelephonyProvider visible to all apps on device,
removing the need for apps to declare the telephony provider queryable
in their manifests.
Test: atest CtsProviderTestCases
Bug: 142386643
Change-Id: I10f27d188f667367d21be4b090b6f47004f41f1a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a266e0..4ea2dd7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,6 +43,7 @@
android:label="@string/app_label"
android:icon="@mipmap/ic_launcher_phone"
android:usesCleartextTraffic="true"
+ android:forceQueryable="true"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true">