Merge "Add QUERY_ALL_PACKAGES permission to VpnDialogs"

This commit is contained in:
Treehugger Robot
2020-11-03 03:36:08 +00:00
committed by Gerrit Code Review

View File

@@ -23,6 +23,9 @@
<uses-permission android:name="android.permission.CONTROL_ALWAYS_ON_VPN" />
<uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
<!-- Query all packages on device on R+ -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<application android:label="VpnDialogs"
android:allowBackup="false">