Add Wifi-calling summary for search result
Fixes: 130364773 Test: manual Change-Id: Ib10ec01bdc4f8bfaf92aea7435d414113fb634ed
This commit is contained in:
@@ -11092,4 +11092,7 @@
|
|||||||
|
|
||||||
<!-- Warn the user that the phone have emergency call limitation. [CHAR LIMIT=NONE] -->
|
<!-- Warn the user that the phone have emergency call limitation. [CHAR LIMIT=NONE] -->
|
||||||
<string name="wfc_disclaimer_emergency_limitation_desc_text">Emergency calls over Wi\u2011Fi Calling are not supported by your carrier.\nThe device switches automatically to a cellular network to place an emergency call.\nEmergency calls are only possible in areas with cellular coverage.</string>
|
<string name="wfc_disclaimer_emergency_limitation_desc_text">Emergency calls over Wi\u2011Fi Calling are not supported by your carrier.\nThe device switches automatically to a cellular network to place an emergency call.\nEmergency calls are only possible in areas with cellular coverage.</string>
|
||||||
|
|
||||||
|
<!-- Summary for Wi-Fi calling to explain this feature [CHAR LIMIT=NONE] -->
|
||||||
|
<string name="wifi_calling_summary">Use Wi\u2011Fi for calls to improve quality</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -83,6 +83,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="wifi_calling_key"
|
android:key="wifi_calling_key"
|
||||||
android:title="@string/wifi_calling_settings_title"
|
android:title="@string/wifi_calling_settings_title"
|
||||||
|
android:summary="@string/wifi_calling_summary"
|
||||||
settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController" >
|
settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController" >
|
||||||
<intent android:action="android.intent.action.MAIN"
|
<intent android:action="android.intent.action.MAIN"
|
||||||
android:targetPackage="com.android.settings"
|
android:targetPackage="com.android.settings"
|
||||||
|
@@ -123,6 +123,7 @@
|
|||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="wifi_calling_key"
|
android:key="wifi_calling_key"
|
||||||
android:title="@string/wifi_calling_settings_title"
|
android:title="@string/wifi_calling_settings_title"
|
||||||
|
android:summary="@string/wifi_calling_summary"
|
||||||
settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController">
|
settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController">
|
||||||
<intent android:action="android.intent.action.MAIN"
|
<intent android:action="android.intent.action.MAIN"
|
||||||
android:targetPackage="com.android.settings"
|
android:targetPackage="com.android.settings"
|
||||||
|
Reference in New Issue
Block a user