Add summary for 2G toggle option
Bug: 181667681 Test: build & manually verify toggle text Change-Id: Ie086b2e3e277b4bfd612bf2a4437e48fa931c1c0
This commit is contained in:
@@ -12804,6 +12804,8 @@
|
||||
<!-- Alert Dialog text when user didn't input the phone number [CHAR LIMIT=50]-->
|
||||
<string name="smart_forwarding_missing_alert_dialog_text">OK</string>
|
||||
|
||||
<!-- Enable 2G: Title for if user wants to enable 2G [CHAR LIMIT=40] -->
|
||||
<!-- Title for toggle if user wants to enable 2G [CHAR LIMIT=40] -->
|
||||
<string name="enable_2g_title">Allow 2G</string>
|
||||
<!-- Title for toggle if user wants to enable 2G [CHAR LIMIT=NONE] -->
|
||||
<string name="enable_2g_summary">Use 2G cellular connections. For emergency calls, 2G is always turned on.</string>
|
||||
</resources>
|
||||
|
||||
@@ -258,5 +258,6 @@
|
||||
<SwitchPreference
|
||||
android:key="enable_2g"
|
||||
android:title="@string/enable_2g_title"
|
||||
android:summary="@string/enable_2g_summary"
|
||||
settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user