Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bb15905 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Wifi-calling summary for search result" into qt-dev

parents d6f9ec12 f1f12bd7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -11092,4 +11092,7 @@
    <!-- 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>
    <!-- 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>
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@
        <PreferenceScreen
            android:key="wifi_calling_key"
            android:title="@string/wifi_calling_settings_title"
            android:summary="@string/wifi_calling_summary"
            settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController" >
            <intent android:action="android.intent.action.MAIN"
                    android:targetPackage="com.android.settings"
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@
            <PreferenceScreen
                android:key="wifi_calling_key"
                android:title="@string/wifi_calling_settings_title"
                android:summary="@string/wifi_calling_summary"
                settings:controller="com.android.settings.network.telephony.WifiCallingPreferenceController">
                <intent android:action="android.intent.action.MAIN"
                        android:targetPackage="com.android.settings"