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

Commit f7aa0c01 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add config for switching DDS"

parents 109e7c1a bad73880
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>