Per vpn setting change in VPN list
- Show admin support details when user taps on a cell and user restriction is on - Show always-on-vpn active status in preference summary - User can still open non-configurable per-VPN info page even when user restriction is applied - Rename ConfigPreference to LegacyVpnPreference - Move summary String handling into ManageablePreference - ManageablePreference inherits GearPreference to reuse the code - Don't show disconnect dialog when always-on is enabled BUG=26950700 Change-Id: I37b087879cf3b674df528e7787d7bb1eead3310f
This commit is contained in:
@@ -3396,6 +3396,8 @@
|
||||
because it runs in the same process as <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Format to put together two items in a list. -->
|
||||
<string name="join_two_items"><xliff:g id="first_item">%1$s</xliff:g> and <xliff:g id="second_item">%2$s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Format to put together two unrelated items in a list when "and" is not an appropriate conjunction for these 2 items -->
|
||||
<string name="join_two_unrelated_items"><xliff:g id="first_item">%1$s</xliff:g>, <xliff:g id="second_item">%2$s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Format to put the last item at the end of a series of 3 or more items in a list -->
|
||||
<string name="join_many_items_last"><xliff:g id="all_but_last_item">%1$s</xliff:g> and <xliff:g id="last_item">%2$s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Format to put the first item at the start of a series of 3 or more items in a list -->
|
||||
@@ -5207,6 +5209,8 @@
|
||||
<string name="vpn_menu_lockdown">Always-on VPN</string>
|
||||
<!-- Placeholder when VPN settings is open but no VPNs have been created. [CHAR LIMIT=100] -->
|
||||
<string name="vpn_no_vpns_added">No VPNs added.</string>
|
||||
<!-- Preference summary for active always-on vpn [CHAR LIMIT=40] -->
|
||||
<string name="vpn_always_on_active">Always-on active</string>
|
||||
|
||||
<!-- Summary describing the always-on VPN feature. [CHAR LIMIT=NONE] -->
|
||||
<string name="vpn_lockdown_summary">Select a VPN profile to always remain connected to. Network traffic will only be allowed when connected to this VPN.</string>
|
||||
|
||||
Reference in New Issue
Block a user