Merge "Add summary for 2G toggle option" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1110efc19
@@ -12801,6 +12801,8 @@
|
|||||||
<!-- Alert Dialog text when user didn't input the phone number [CHAR LIMIT=50]-->
|
<!-- Alert Dialog text when user didn't input the phone number [CHAR LIMIT=50]-->
|
||||||
<string name="smart_forwarding_missing_alert_dialog_text">OK</string>
|
<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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -258,5 +258,6 @@
|
|||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="enable_2g"
|
android:key="enable_2g"
|
||||||
android:title="@string/enable_2g_title"
|
android:title="@string/enable_2g_title"
|
||||||
|
android:summary="@string/enable_2g_summary"
|
||||||
settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
|
settings:controller="com.android.settings.network.telephony.Enable2gPreferenceController" />
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user