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

Commit df49bb6a 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...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19600072



Change-Id: Ica2c090e3c9ebf808ece3c91fdaa7314879efa70
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f4685480 f7aa3a90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1991,6 +1991,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
@@ -4673,6 +4673,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" />