Android 8.1 设置--声音中增加通话音量
近来收到项目需求,想要在设置--声音中增加一项通话音量调节,具体修改参照如下:
/vendor/mediatek/proprietary/packages/apps/MtkSettings/res/values/strings.xml
+ <!-- Sound: Title for the option managing call volume. [CHAR LIMIT=30] -->
+ <string name="call_volume_option_title">Call volume</string>
/vendor/mediatek/proprietary/packages/apps/MtkSettings/res/values-zh-rCN/strings.xml
+ <string name="call_volume_option_title">"通话音量"</string>
/vendor/mediatek/proprietary/packages/apps/MtkSettings/res/drawable/ic_volume_voice.xml
<!--
Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a co