summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc310-mnc004
diff options
context:
space:
mode:
authorSukanya Rajkhowa <srajkh@codeaurora.org>2014-05-07 15:34:45 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:29:10 -0600
commitf2873f6c0804cd1c9f3dec466a0f69033183607a (patch)
tree1b1b75e066ea92aeaecbf0878a3dac5cb939773c /core/res/res/values-mcc310-mnc004
parent5fa480d35f5eee43d080583b7f7bdee40f4adfd3 (diff)
downloadframeworks_base-f2873f6c0804cd1c9f3dec466a0f69033183607a.zip
frameworks_base-f2873f6c0804cd1c9f3dec466a0f69033183607a.tar.gz
frameworks_base-f2873f6c0804cd1c9f3dec466a0f69033183607a.tar.bz2
Make data call errors configurable
Retry requirements of carriers for ACTIVATION_REJECT_GGSN and PROTOCOL_ERRORS may be different and should be made configurable Change-Id: I7a0ea7ee7f03ae1ef6c7ce0f7974eaf077184c9e CRs-Fixed: 650922
Diffstat (limited to 'core/res/res/values-mcc310-mnc004')
-rwxr-xr-xcore/res/res/values-mcc310-mnc004/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/res/values-mcc310-mnc004/config.xml b/core/res/res/values-mcc310-mnc004/config.xml
index cbe5145..60b67d0 100755
--- a/core/res/res/values-mcc310-mnc004/config.xml
+++ b/core/res/res/values-mcc310-mnc004/config.xml
@@ -39,4 +39,11 @@
<item>true</item>
</string-array>
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string>
+ <!-- Configuration that determines if ACTIVATE_REJECT_GGSN is to be
+ treated as a permanent error -->
+ <bool translatable="false" name="config_reject_ggsn_perm_failure">false</bool>
+ <!-- Configuration that determines if PROTOCOL_ERRORS is to be treated as
+ a permamnent error -->
+ <bool translatable="false" name="config_protocol_errors_perm_failure">false</bool>
+
</resources>