Force enable remote group session volume adjustment (aka cast volume)

This commit is contained in:
Alberto Ponces 2022-01-14 17:35:09 +00:00
parent 91462a6b72
commit 0b31e935c4
3 changed files with 5 additions and 0 deletions

View file

@ -2,4 +2,7 @@
<resources>
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_swipe_up_gesture_setting_available">true</bool>
<!-- Flag indicating whether platform level volume adjustments are enabled for remote sessions
on grouped devices. -->
<bool name="config_volumeAdjustmentForRemoteGroupSessions">true</bool>
</resources>

View file

@ -12,3 +12,4 @@ config_screen_magnification_multi_tap_adjustment
config_swipe_up_gesture_default
config_allowAllRotations
status_bar_height
config_volumeAdjustmentForRemoteGroupSessions

View file

@ -134,3 +134,4 @@ config_ambientDarkeningThresholds
config_ambientThresholdLevels
config_screenBrighteningThresholds
config_screenDarkeningThresholds
config_volumeAdjustmentForRemoteGroupSessions