Merge "VpnDialogs should be able to control always-on VPN."

This commit is contained in:
Treehugger Robot
2019-01-30 19:34:47 +00:00
committed by Gerrit Code Review

View File

@@ -20,6 +20,7 @@
package="com.android.vpndialogs">
<uses-permission android:name="android.permission.CONTROL_VPN" />
<uses-permission android:name="android.permission.CONTROL_ALWAYS_ON_VPN" />
<uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
<application android:label="VpnDialogs"