am 4a948322: am befc4c11: Merge "Make stream_music volume configurable." into lmp-dev

* commit '4a948322563683671bb8b716e8606205cb0fa213':
  Make stream_music volume configurable.
This commit is contained in:
Jungshik Jang
2014-09-03 05:50:01 +00:00
committed by Android Git Automerger

View File

@@ -544,6 +544,9 @@ public class AudioService extends IAudioService.Stub {
MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL] = SystemProperties.getInt(
"ro.config.vc_call_vol_steps",
MAX_STREAM_VOLUME[AudioSystem.STREAM_VOICE_CALL]);
MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC] = SystemProperties.getInt(
"ro.config.music_vol_steps",
MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]);
sSoundEffectVolumeDb = context.getResources().getInteger(
com.android.internal.R.integer.config_soundEffectVolumeDb);