Adds forceQueryable to manifest

This change makes the CallLogProvider visible to all apps on device,
removing the need for apps to declare the call log provider queryable in
their manifests.

Test: atest CtsProviderTestCases
Bug: 142386643
Change-Id: I4d9749397804ebac43fbf64fba219aea96f99f03
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d8678d2..47e4640 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,6 +8,7 @@
     <application android:label="@string/app_label"
         android:allowBackup="true"
         android:backupAgent="CallLogBackupAgent"
+        android:forceQueryable="true"
         android:usesCleartextTraffic="false">
 
         <meta-data android:name="com.google.android.backup.api_key"