Skip to content
Snippets Groups Projects
Commit 11bbbee9 authored by Shuo Qian's avatar Shuo Qian
Browse files

Add permission QUERY_ALL_PACKAGES into WAPPushManager

Test: Sanity
Bug: 161319976
Change-Id: I931c5a7c5e9c5ee3fd72fa2c0a29df48073fd90c
parent ac0b70df
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment