New pref toggle for network recommendations.
Adding a new toggle to control whether network recommendations are enabled. Removed the "Use open networks" pref and its associated strings and components as it's no longer needed. Test: Built and ran. BUG: 33549591 BUG: 33270391 Change-Id: I7248ac32e0598d82107c150372c1fe4e9e2243a5
This commit is contained in:
@@ -35,11 +35,10 @@
|
||||
android:entries="@array/wifi_sleep_policy_entries"
|
||||
android:entryValues="@array/wifi_sleep_policy_values" />
|
||||
|
||||
<com.android.settings.AppListSwitchPreference
|
||||
android:key="wifi_assistant"
|
||||
android:title="@string/wifi_automatically_connect_title"
|
||||
android:summary="@string/wifi_automatically_connect_summary"
|
||||
android:dialogTitle="@string/wifi_select_assistant_dialog_title" />
|
||||
<SwitchPreference
|
||||
android:key="allow_recommendations"
|
||||
android:title="@string/networking_allow_recommendations_title"
|
||||
android:summary="@string/networking_allow_recommendations_summary"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="wifi_cellular_data_fallback"
|
||||
|
||||
Reference in New Issue
Block a user