Merge "Remove the string for wifi toggle summary" into sc-v2-dev am: 34ff040431
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16279915 Change-Id: Id0a6f3124c0df3332f4b808ba7251a181f0bb483
This commit is contained in:
@@ -13361,8 +13361,6 @@
|
|||||||
<string name="provider_internet_settings">Internet</string>
|
<string name="provider_internet_settings">Internet</string>
|
||||||
<!-- Provider Model: SIMs controls settings screen, item title to go into the SIMs settings -->
|
<!-- Provider Model: SIMs controls settings screen, item title to go into the SIMs settings -->
|
||||||
<string name="provider_network_settings_title">SIMs</string>
|
<string name="provider_network_settings_title">SIMs</string>
|
||||||
<!-- Provider Model: Summary for Wi-Fi switch [CHAR LIMIT=NONE] -->
|
|
||||||
<string name="wifi_switch_summary">Find and connect to Wi\u2011Fi networks</string>
|
|
||||||
<!-- Provider Model: List of synonyms for the airplane-safe networks, used to match in settings search [CHAR LIMIT=NONE] -->
|
<!-- Provider Model: List of synonyms for the airplane-safe networks, used to match in settings search [CHAR LIMIT=NONE] -->
|
||||||
<string name="keywords_airplane_safe_networks">airplane, airplane-safe</string>
|
<string name="keywords_airplane_safe_networks">airplane, airplane-safe</string>
|
||||||
<!-- Provider Model: Calls and SMS controllers settings screen, item title to go into the Calls and SMS settings -->
|
<!-- Provider Model: Calls and SMS controllers settings screen, item title to go into the Calls and SMS settings -->
|
||||||
|
@@ -51,7 +51,6 @@
|
|||||||
<com.android.settingslib.RestrictedSwitchPreference
|
<com.android.settingslib.RestrictedSwitchPreference
|
||||||
android:key="main_toggle_wifi"
|
android:key="main_toggle_wifi"
|
||||||
android:title="@string/wifi"
|
android:title="@string/wifi"
|
||||||
android:summary="@string/wifi_switch_summary"
|
|
||||||
settings:keywords="@string/keywords_wifi"
|
settings:keywords="@string/keywords_wifi"
|
||||||
settings:allowDividerAbove="true"/>
|
settings:allowDividerAbove="true"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user