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

Commit e57bec24 authored by Chung Tang's avatar Chung Tang
Browse files

[OutputSwitcher] Add config for indicating max devices supported for le audio sharing

Bug: 385672684
Test: Nil
Flag: com.android.media.flags.enable_output_switcher_personal_audio_sharing
Change-Id: I1254878e2fc723d123089b690ad8b89fef6c01a5
parent 65ae124c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7564,4 +7564,7 @@

    <!-- Whether Sys UI reboot UI is prioritized for reocvery triggered UI. -->
    <bool name="config_prioritizeSysUiForRecoveryRebootUi">false</bool>

    <!-- Maximum number of devices that allows for audio sharing. -->
    <integer name="config_audio_sharing_maximum_sinks">2</integer>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -6212,4 +6212,7 @@

  <!-- Whether Sys UI reboot UI is prioritized for reocvery triggered UI. -->
  <java-symbol type="bool" name="config_prioritizeSysUiForRecoveryRebootUi" />

  <!-- Maximum number of devices that allows for audio sharing. -->
  <java-symbol type="integer" name="config_audio_sharing_maximum_sinks" />
</resources>