summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshaoweishen <shaoweishen@google.com>2022-08-12 01:32:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-24 01:43:32 +0000
commitd5c4f94ebc530bf314048eaf19e6f9df8490ccc1 (patch)
tree583acdbfb952304a4d39f4f5145d7181f9571907
parent4511391297a4d9f08ae906a7db0b8017fddd4d5c (diff)
downloadbase-d5c4f94ebc530bf314048eaf19e6f9df8490ccc1.tar.gz
[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 56473a5946a430b6ab0be2f16a03f2386d91e4fb) Merged-In: Ic09daff5ec63d1124a518ff3edc6bb059b150b80
-rw-r--r--core/res/res/values/config.xml3
-rw-r--r--core/res/res/values/symbols.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 31229e97024f..6995cc3b94ea 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -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>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index a8258118607d..5dc8ac0ee4d9 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -4684,6 +4684,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" />