Grants QUERY_ALL_PACKAGES to ManagedProvisioning

This change grants the QUERY_ALL_PACKAGES permission to the managed
provisioning app. The app is already force queryable by means of being
signed with the system cert, but can't see all apps and so this
permission allows that to happen.

Bug: 149543531
Test: create work profile
Change-Id: I9b573407851ad49b88042ed439099587f09fa64f
(cherry picked from commit 16d3a0e2476ecd5defee4fc9f54ba343db1cd983)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 65bc019..a8035ba 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -71,6 +71,8 @@
 
     <uses-permission android:name="android.permission.CONFIGURE_INTERACT_ACROSS_PROFILES" />
 
+    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
+
     <application
         android:label="@string/app_label"
         android:allowClearUserData="false"