Adds forceQueryable to manifest

This change makes the CalendarProvider visible to all apps on device,
removing the need for apps to declare the calendar provider queryable in
their mainfests.

Test: atest AppSecurityTests
Bug: 142386643
Change-Id: Ie32451f534a13c65e7876feee82db96c66416924
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 501c1ae..9d87918 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,6 +43,7 @@
     <application android:label="@string/calendar_storage"
                  android:allowBackup="false"
                  android:icon="@drawable/app_icon"
+                 android:forceQueryable="true"
                  android:usesCleartextTraffic="false">
 
         <provider android:name="CalendarProvider2" android:authorities="com.android.calendar"