Merge "Add 'Adaptive connectivity' UI"
This commit is contained in:
committed by
Android (Google) Code Review
commit
96b2d774fb
@@ -462,4 +462,7 @@
|
||||
|
||||
<!-- Whether to show panic button gesture in Settings -->
|
||||
<bool name="config_show_panic_gesture_settings">true</bool>
|
||||
|
||||
<!-- Whether to show the Preference for Adaptive connectivity -->
|
||||
<bool name="config_show_adaptive_connectivity">false</bool>
|
||||
</resources>
|
||||
|
||||
@@ -6178,6 +6178,11 @@
|
||||
<!-- Title of preference to enter the VPN settings activity -->
|
||||
<string name="vpn_settings_title">VPN</string>
|
||||
|
||||
<!-- Title of Adaptive connectivity. Adaptive connectivity is a feature which automatically manages network connections for better battery life and performance. [CHAR LIMIT=60] -->
|
||||
<string name="adaptive_connectivity_title">Adaptive connectivity</string>
|
||||
<!-- Summary of Adaptive connectivity preference. [CHAR LIMIT=NONE] -->
|
||||
<string name="adaptive_connectivity_summary">Extends battery life and improves device performance by automatically managing your network connections</string>
|
||||
|
||||
<!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
|
||||
<string name="credentials_title">Credential storage</string>
|
||||
<!-- Title of preference to install certificates [CHAR LIMIT=30] -->
|
||||
|
||||
Reference in New Issue
Block a user