Implement advanced vpn ui in vpn settings
Bug: 220684478 Test: atest -c VpnSettingsTest Change-Id: If89de16d02cb8b1f387b8f388f8fcf82ad39066b
This commit is contained in:
@@ -617,4 +617,7 @@
|
||||
|
||||
<!-- Whether to put the apps with system UID into system component bucket or not -->
|
||||
<bool name="config_battery_combine_system_components">false</bool>
|
||||
|
||||
<!-- Whether to enable the advanced vpn feature. The default is not to. -->
|
||||
<bool name="config_advanced_vpn_enabled">false</bool>
|
||||
</resources>
|
||||
|
@@ -16,4 +16,9 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/vpn_title">
|
||||
<PreferenceCategory
|
||||
android:key="advanced_vpn_group"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="vpn_group"/>
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user