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

Commit 1b4771d7 authored by Jing Zhao's avatar Jing Zhao Committed by Wink Saville
Browse files

Make mAutoAttachOnCreation in DcTracker configuable

Bug: 17131842
Change-Id: Iba63cff2f8f5b3ed28bde2aca42e91d3693cad54
parent 048f0cf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -33,4 +33,5 @@
        <item>83</item>
        <item>83</item>
    </string-array>
    </string-array>


    <bool name="config_auto_attach_data_on_creation">false</bool>
</resources>
</resources>
+1 −0
Original line number Original line Diff line number Diff line
@@ -43,4 +43,5 @@
         provisioning, availability etc -->
         provisioning, availability etc -->
    <bool name="config_mobile_allow_volte_vt">false</bool>
    <bool name="config_mobile_allow_volte_vt">false</bool>


    <bool name="config_auto_attach_data_on_creation">false</bool>
</resources>
</resources>
+2 −0
Original line number Original line Diff line number Diff line
@@ -1675,4 +1675,6 @@
         Examples: <item>311480;prefix</item> <item>310260;suffix</item>
         Examples: <item>311480;prefix</item> <item>310260;suffix</item>
    -->
    -->
    <string-array translatable="false" name="no_ems_support_sim_operators" />
    <string-array translatable="false" name="no_ems_support_sim_operators" />

    <bool name="config_auto_attach_data_on_creation">true</bool>
</resources>
</resources>
+1 −0
Original line number Original line Diff line number Diff line
@@ -1992,4 +1992,5 @@
  <java-symbol type="dimen" name="text_handle_min_size" />
  <java-symbol type="dimen" name="text_handle_min_size" />
  <java-symbol type="id" name="transitionTransform" />
  <java-symbol type="id" name="transitionTransform" />
  <java-symbol type="id" name="parentMatrix" />
  <java-symbol type="id" name="parentMatrix" />
  <java-symbol type="bool" name="config_auto_attach_data_on_creation" />
</resources>
</resources>