Grants the QUERY_ALL_PACKAGES permission to the call log provider

This change allows the system call log provider access to all packages
on device when the app enumeration feature is turned on.

Bug: 142386642
Test: Device boots and is usable with no blocks encountered
Change-Id: Ia2fdb99844053777061cf32929ed07794bc7b41f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9793f2d..063c1d1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3,6 +3,8 @@
         android:sharedUserId="android.uid.shared"
         android:sharedUserLabel="@string/sharedUserLabel">
 
+    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
+
     <application android:label="@string/app_label"
         android:icon="@drawable/app_icon"
         android:allowBackup="true"