Added WiFi Assistant settings.
+ Added ability to setup Wifi Assistant. - Removed 'Avoid poor connections' from WiFi Advance Settings. - Removed 'Optimize Wi-Fi' from WiFi Advance Settings. + Replaced checkboxes with switches in WifFI Advance Settings. + Added horizontal rule to seperate MAC/IP address text. Bug: 15698824 Change-Id: Ia319ff5fb2566854666a07d0e77c8816a49fd3d6
This commit is contained in:
@@ -85,4 +85,6 @@
|
||||
<!-- Avatar color used for guest -->
|
||||
<color name="grey_500">@*android:color/material_grey_500</color>
|
||||
|
||||
<color name="wifi_divider">#ffe0e0e0</color>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -217,4 +217,6 @@
|
||||
<dimen name="bluetooth_dialog_padding">8dip</dimen>
|
||||
<integer name="bluetooth_name_length">32</integer>
|
||||
|
||||
<dimen name="wifi_divider_height">1px</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1486,7 +1486,7 @@
|
||||
<!-- Checkbox title for option to Automatically manage Wi\u2011Fi [CHAR LIMIT=40] -->
|
||||
<string name="wifi_automatically_manage_title">Automatically manage Wi\u2011Fi</string>
|
||||
<!-- Checkbox summary for option to Automatically manage Wi\u2011Fi [CHAR LIMIT=100] -->
|
||||
<string name="wifi_automatically_manage_summary">Let a Wi\u2011Fi assistant manage your Wi\u2011Fi connection</string>
|
||||
<string name="wifi_automatically_manage_summary">Let <xliff:g id="wifi_assistant">%1$s</xliff:g> manage your Wi\u2011Fi connection</string>
|
||||
<!-- Checkbox title for option for Wi\u2011Fi Assistant [CHAR LIMIT=40] -->
|
||||
<string name="wifi_assistant_setting_title">Wi\u2011Fi assistant</string>
|
||||
<!-- Checkbox summary for option for Wi\u2011Fi Assistant [CHAR LIMIT=40] -->
|
||||
|
||||
Reference in New Issue
Block a user