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

Commit e4fac93d authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak
Browse files

Add format string for displaying SPN in Wi-Fi calling mode.

Bug: 19681794
Change-Id: I31feab956d14accda73288cd43a2aa34db7175ae
parent 8ee14a24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,4 +29,6 @@
    <string-array name="wfcOperatorErrorMessages">
        <item>Wi-Fi Calling isn\&apos;t available. Contact your carrier to enable Wi-Fi Calling.</item>
    </string-array>
    <!-- Template for showing cellular network operator name while WFC is active -->
    <string name="wfcSpnFormat">%s Wi-Fi Calling</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -251,6 +251,8 @@
    <string-array name="wfcOperatorErrorCodes" translatable="false" />
    <!-- WFC Operator Error Messages -->
    <string-array name="wfcOperatorErrorMessages" />
    <!-- Template for showing cellular network operator name while WFC is active -->
    <string name="wfcSpnFormat">%s</string>

    <!--
        {0} is one of "bearerServiceCode*"
+1 −0
Original line number Diff line number Diff line
@@ -748,6 +748,7 @@
  <java-symbol type="string" name="wfcRegErrorTitle" />
  <java-symbol type="array" name="wfcOperatorErrorCodes" />
  <java-symbol type="array" name="wfcOperatorErrorMessages" />
  <java-symbol type="string" name="wfcSpnFormat" />
  <java-symbol type="string" name="policydesc_disableCamera" />
  <java-symbol type="string" name="policydesc_encryptedStorage" />
  <java-symbol type="string" name="policydesc_expirePassword" />