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

Commit bad73880 authored by Hu Chunming's avatar Hu Chunming
Browse files

Add config for switching DDS

Add config for switching DDS to the primary subscription

CRs-fixed: 744277

Change-Id: I14264905ec68f57364570cefc81f34be971693f3
parent 109e7c1a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1495,5 +1495,8 @@
    <bool name="config_spn_display_control">false</bool>

    <!-- config switching DDS switch back to the default sub -->
    <bool name="config_dds_switch_back">false</bool>
    <bool name="config_dds_switch_back">true</bool>

    <!-- config switching DDS to the primary sub -->
    <bool name="config_setDdsOnPrimarySub">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -1862,4 +1862,7 @@

  <!-- config switching DDS switch back to the default sub -->
  <java-symbol type="bool" name="config_dds_switch_back" />

  <!-- config switching DDS to the primary sub -->
  <java-symbol type="bool" name="config_setDdsOnPrimarySub" />
</resources>