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

Commit 8c1f443b authored by shaoweishen's avatar shaoweishen Committed by Android Build Coastguard Worker
Browse files

[Output Switcher] Add platform config for Output Switcher

add config indicate Output Switcher's version for supporting different
feature on remote devices operation.

Test: build pass
Bug: 241448326
Change-Id: Ic09daff5ec63d1124a518ff3edc6bb059b150b80
(cherry picked from commit 56473a59)
Merged-In: Ic09daff5ec63d1124a518ff3edc6bb059b150b80
parent 64795ff0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2034,6 +2034,9 @@
         on grouped devices. -->
    <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
         that has declared it can process the call's handle. -->
    <bool name="config_requireCallCapableAccountForHandle">false</bool>
+2 −0
Original line number Diff line number Diff line
@@ -4679,6 +4679,8 @@

  <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
       code and resources provided by applications. -->
  <java-symbol type="array" name="config_sharedLibrariesLoadedAfterApp" />