我正在尝试构建AOSP 7,并且想要删除所有期望媒体音量的音量控制。因此,调高/调低音量只能控制媒体音量
我发现8在框架核心config.xml中具有config_single_volume。
<!-- Flag indicating whether all audio streams should be mapped to
one single stream. If true, all audio streams are mapped to
STREAM_MUSIC as if it's on TV platform. -->
<bool name="config_single_volume">false</bool>
如何在较早的android 7版本上制作它?