summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jing Zhao <zhaojing@motorola.com> 2014-08-20 13:51:30 -0500
committer Wink Saville <wink@google.com> 2014-08-22 00:07:15 +0000
commit1b4771d7c555f35743fdd12fdb206f90a1987a7e (patch)
tree029b0c017104a5deb23e5f425258338b5ec9caa4
parent048f0cf01c4e51ae59a0136db40db7938cd69faa (diff)
Make mAutoAttachOnCreation in DcTracker configuable
Bug: 17131842 Change-Id: Iba63cff2f8f5b3ed28bde2aca42e91d3693cad54
-rw-r--r--core/res/res/values-mcc310-mnc004/config.xml1
-rw-r--r--core/res/res/values-mcc311-mnc480/config.xml1
-rw-r--r--core/res/res/values/config.xml2
-rw-r--r--core/res/res/values/symbols.xml1
4 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-mcc310-mnc004/config.xml b/core/res/res/values-mcc310-mnc004/config.xml
index 4aac79d1ee34..423e25009bfa 100644
--- a/core/res/res/values-mcc310-mnc004/config.xml
+++ b/core/res/res/values-mcc310-mnc004/config.xml
@@ -33,4 +33,5 @@
<item>83</item>
</string-array>
+ <bool name="config_auto_attach_data_on_creation">false</bool>
</resources>
diff --git a/core/res/res/values-mcc311-mnc480/config.xml b/core/res/res/values-mcc311-mnc480/config.xml
index 1c83644c212e..e5af60b6e4ee 100644
--- a/core/res/res/values-mcc311-mnc480/config.xml
+++ b/core/res/res/values-mcc311-mnc480/config.xml
@@ -43,4 +43,5 @@
provisioning, availability etc -->
<bool name="config_mobile_allow_volte_vt">false</bool>
+ <bool name="config_auto_attach_data_on_creation">false</bool>
</resources>
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index cf9a41558699..df7268faa801 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1675,4 +1675,6 @@
Examples: <item>311480;prefix</item> <item>310260;suffix</item>
-->
<string-array translatable="false" name="no_ems_support_sim_operators" />
+
+ <bool name="config_auto_attach_data_on_creation">true</bool>
</resources>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 3c4e881e0189..b32cd1eebf27 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -1992,4 +1992,5 @@
<java-symbol type="dimen" name="text_handle_min_size" />
<java-symbol type="id" name="transitionTransform" />
<java-symbol type="id" name="parentMatrix" />
+ <java-symbol type="bool" name="config_auto_attach_data_on_creation" />
</resources>