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

Commit 994465bc authored by Shaowei Shen's avatar Shaowei Shen Committed by Automerger Merge Worker
Browse files

Merge "[Output Switcher] Add platform config for Output Switcher" into tm-dev am: 9e042e9d

parents 6ce97967 9e042e9d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -2034,6 +2034,9 @@
         on grouped devices. -->
         on grouped devices. -->
    <bool name="config_volumeAdjustmentForRemoteGroupSessions">true</bool>
    <bool name="config_volumeAdjustmentForRemoteGroupSessions">true</bool>


    <!-- Flag indicating current media Output Switcher version. -->
    <integer name="config_mediaOutputSwitchDialogVersion">1</integer>

    <!-- Flag indicating that an outbound call must have a call capable phone account
    <!-- Flag indicating that an outbound call must have a call capable phone account
         that has declared it can process the call's handle. -->
         that has declared it can process the call's handle. -->
    <bool name="config_requireCallCapableAccountForHandle">false</bool>
    <bool name="config_requireCallCapableAccountForHandle">false</bool>
+2 −0
Original line number Original line Diff line number Diff line
@@ -4679,6 +4679,8 @@


  <java-symbol type="bool" name="config_volumeAdjustmentForRemoteGroupSessions" />
  <java-symbol type="bool" name="config_volumeAdjustmentForRemoteGroupSessions" />


  <java-symbol type="integer" name="config_mediaOutputSwitchDialogVersion" />

  <!-- List of shared library packages that should be loaded by the classloader after the
  <!-- List of shared library packages that should be loaded by the classloader after the
       code and resources provided by applications. -->
       code and resources provided by applications. -->
  <java-symbol type="array" name="config_sharedLibrariesLoadedAfterApp" />
  <java-symbol type="array" name="config_sharedLibrariesLoadedAfterApp" />