diff options
author | Naveen Kalla <nkalla@codeaurora.org> | 2010-03-29 11:39:01 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-05-11 09:12:00 -0700 |
commit | 18573e9281d6e5621fa1663dac29b558291913d7 (patch) | |
tree | db8902984aea6cee2bbfd6701c7dcfd67bba3ae0 /core | |
parent | 06d0e59a434b7cb58b97b6dab24988dcc901c8c7 (diff) | |
download | frameworks_base-18573e9281d6e5621fa1663dac29b558291913d7.zip frameworks_base-18573e9281d6e5621fa1663dac29b558291913d7.tar.gz frameworks_base-18573e9281d6e5621fa1663dac29b558291913d7.tar.bz2 |
Support to display message when operation is blocked due to FDN being enabled
The terminal disallows USSD, SMS, Voice Call and Supplementary services
operations for numbers not in the Fixed Dialing Number (FDN) list when the
FDN service is enabled. FDN_CHECK_FAILURE error is sent from the RIL and the
message needs to be displayed to indicate the failure.
Change-Id: I49bd63f69a3f0201125b17cd16db2e8fcf93ddc3
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 0327e08..df297b3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -60,6 +60,10 @@ <!-- Displayed when the user dialed an MMI code whose function could not be performed. This will be displayed in a toast. --> <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 FDN is enabled. This will be displayed in a toast. --> + <string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string> + <!-- Displayed when a phone feature such as call barring was activated. --> <string name="serviceEnabled">Service was enabled.</string> <!-- Displayed in front of the list of a set of service classes |