Merge "Add "not supported" string for MMI codes not supported by network." into tm-qpr-dev am: 62061b5a58
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20544619 Change-Id: I68adb321043b5b9915983a72cb1d6e022f952098 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -46,6 +46,9 @@
|
|||||||
<!-- Displayed when the user dialed an MMI code whose function
|
<!-- Displayed when the user dialed an MMI code whose function
|
||||||
could not be performed. This will be displayed in a toast. -->
|
could not be performed. This will be displayed in a toast. -->
|
||||||
<string name="mmiError">Connection problem or invalid MMI code.</string>
|
<string name="mmiError">Connection problem or invalid MMI code.</string>
|
||||||
|
<!-- Displayed when the user dialed an MMI code whose function could not be performed because
|
||||||
|
the feature is not supported on the current mobile network. -->
|
||||||
|
<string name="mmiErrorNotSupported">Feature not supported.</string>
|
||||||
<!-- Displayed when the user dialed an MMI code whose function
|
<!-- Displayed when the user dialed an MMI code whose function
|
||||||
could not be performed because FDN is enabled. This will be displayed in a toast. -->
|
could not be performed because FDN is enabled. This will be displayed in a toast. -->
|
||||||
<string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
|
<string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
|
||||||
|
|||||||
@@ -828,6 +828,7 @@
|
|||||||
<java-symbol type="string" name="mismatchPin" />
|
<java-symbol type="string" name="mismatchPin" />
|
||||||
<java-symbol type="string" name="mmiComplete" />
|
<java-symbol type="string" name="mmiComplete" />
|
||||||
<java-symbol type="string" name="mmiError" />
|
<java-symbol type="string" name="mmiError" />
|
||||||
|
<java-symbol type="string" name="mmiErrorNotSupported" />
|
||||||
<java-symbol type="string" name="mmiFdnError" />
|
<java-symbol type="string" name="mmiFdnError" />
|
||||||
<java-symbol type="string" name="mmiErrorWhileRoaming" />
|
<java-symbol type="string" name="mmiErrorWhileRoaming" />
|
||||||
<java-symbol type="string" name="month_day_year" />
|
<java-symbol type="string" name="month_day_year" />
|
||||||
|
|||||||
Reference in New Issue
Block a user