Add permission QUERY_ALL_PACKAGES into WAPPushManager

Test: Sanity
Bug: 161319976
Change-Id: I931c5a7c5e9c5ee3fd72fa2c0a29df48073fd90c
This commit is contained in:
Shuo Qian
2020-07-15 18:26:11 -07:00
parent ac0b70df10
commit 11bbbee915

View File

@@ -23,6 +23,8 @@
<permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND"
android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<original-package android:name="com.android.smspush" />
<application
android:allowClearUserData="false">