[Provider Model] Preferences Settings UI change

- Change the title from “Wi-Fi preference” to “Preferences”
- Change the summary from “Wi-Fi turns back on automatically” to
“Connect to public networks”
- Remove “Turn on Wi-Fi automatically” preference
- Screenshot:
  https://screenshot.googleplex.com/Areywyb46deK9VQ
  https://screenshot.googleplex.com/6H5Z4PxA5tWXZ6S

Bug: 172788645
Test: manual test
Change-Id: Ibce21f1d740a139b407a0a9a41f2cb4c4e34776c
This commit is contained in:
Weng Su
2020-11-15 08:45:50 +00:00
parent 5816d414db
commit 6bf7b1a72f
5 changed files with 31 additions and 6 deletions

View File

@@ -33,7 +33,8 @@
<Preference
android:key="configure_wifi_settings"
android:title="@string/wifi_configure_settings_preference_title"
android:title="@string/network_and_internet_preferences_title"
android:summary="@string/network_and_internet_preferences_summary"
settings:allowDividerAbove="true"
android:fragment="com.android.settings.wifi.ConfigureWifiSettings"/>