summaryrefslogtreecommitdiff
path: root/libs/androidfw/FileStream.cpp
diff options
context:
space:
mode:
author Toshiki Kikuchi <toshikikikuchi@google.com> 2023-12-08 14:33:19 +0900
committer Toshiki Kikuchi <toshikikikuchi@google.com> 2023-12-11 08:39:06 +0000
commit72291c20ac6f37185025943705e63fc13eb10271 (patch)
tree6554cb4827fcd41843235cc76d5386b367a2b21e /libs/androidfw/FileStream.cpp
parent88fc7c7b75cca1cc3cb3a4af9692ad7068386af6 (diff)
Add config_quickSettingsShowMediaPlayer
This CL adds config_quickSettingsShowMediaPlayer as a device resource value to control the media controls support. Currently, the state is controlled by the settings provider which we can change at run-time so it’s useful for debugging. But disabling the support by default (e.g., for ARC++) can be challenging because we need to change the setting at runtime before notification pipeline uses it, which results in a race condition. Therefore, we need a compile-time value for it. Note: I believe we can deprecate the settings provider one with this new way. But in order to fix the ARC tests issues asap and to cherry-pick CL to downstream branches easily, I would like to keep the deprecation task out of scope for this CL. Flag: NONE Bug: 314876656 Bug: 192412820 Bug: 314889864 Bug: 314889882 Bug: 314886766 Test: m Test: v2/arc-eng/tast_critical Change-Id: Ic87edfadfa49d8d287f6514c554b8c881f8018f3
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions