Merge "Rename ro.config.music_vol_steps into ro.config.media_vol_steps." into lmp-dev

This commit is contained in:
Jungshik Jang
2014-09-04 00:13:40 +00:00
committed by Android (Google) Code Review

View File

@@ -545,7 +545,7 @@ public class AudioService extends IAudioService.Stub {
"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",
"ro.config.media_vol_steps",
MAX_STREAM_VOLUME[AudioSystem.STREAM_MUSIC]);
sSoundEffectVolumeDb = context.getResources().getInteger(