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

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

Change-Id: I919684c9a2333975834cc7dcc5bdaa913e311d3d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Shaowei Shen
2022-08-13 17:24:49 +00:00
committed by Automerger Merge Worker
2 changed files with 5 additions and 0 deletions

View File

@@ -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>

View File

@@ -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" />