Merge "[Settings] Add search keywords for APN controller" into tm-qpr-dev am: e99f20df58
am: c76250cd50
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20747651 Change-Id: I8801847eaab9dd25c140d660ac66f0c20385eb2e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -10300,6 +10300,8 @@
|
|||||||
<string name="mobile_network_mode_error">Invalid Network Mode <xliff:g id="networkModeId" example="0">%1$d</xliff:g>. Ignore.</string>
|
<string name="mobile_network_mode_error">Invalid Network Mode <xliff:g id="networkModeId" example="0">%1$d</xliff:g>. Ignore.</string>
|
||||||
<!-- Title for Apn settings in mobile network settings [CHAR LIMIT=60] -->
|
<!-- Title for Apn settings in mobile network settings [CHAR LIMIT=60] -->
|
||||||
<string name="mobile_network_apn_title">Access Point Names</string>
|
<string name="mobile_network_apn_title">Access Point Names</string>
|
||||||
|
<!-- Search keywords for "Access Point Names" [CHAR_LIMIT=NONE] -->
|
||||||
|
<string name="keywords_access_point_names">apn</string>
|
||||||
|
|
||||||
<!-- Available networks screen, summary when button disallowed due to permanent automatic mode [CHAR LIMIT=NONE] -->
|
<!-- Available networks screen, summary when button disallowed due to permanent automatic mode [CHAR LIMIT=NONE] -->
|
||||||
<string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string>
|
<string name="manual_mode_disallowed_summary">Unavailable when connected to <xliff:g id="carrier" example="verizon">%1$s</xliff:g></string>
|
||||||
|
@@ -233,6 +233,7 @@
|
|||||||
android:persistent="false"
|
android:persistent="false"
|
||||||
android:title="@string/mobile_network_apn_title"
|
android:title="@string/mobile_network_apn_title"
|
||||||
settings:allowDividerAbove="true"
|
settings:allowDividerAbove="true"
|
||||||
|
settings:keywords="@string/keywords_access_point_names"
|
||||||
settings:controller="com.android.settings.network.telephony.ApnPreferenceController"/>
|
settings:controller="com.android.settings.network.telephony.ApnPreferenceController"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
|
Reference in New Issue
Block a user