Allow AOSP SettingsIntelligence to have visibility of apps am: b151fd4477 am: e040e07583

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/SettingsIntelligence/+/19578911

Change-Id: Ie6cc2399f9dc4447202c511c50b8c5864de1cebb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 59af422..d776e59 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -28,6 +28,15 @@
 
     <uses-sdk android:targetSdkVersion="31" />
 
+    <queries>
+        <intent>
+            <action android:name="android.intent.action.MAIN"/>
+        </intent>
+        <intent>
+            <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
+        </intent>
+    </queries>
+
     <application
         android:label="@string/app_name_settings_intelligence"
         android:icon="@mipmap/ic_launcher"