Merge "Rename ro.config.music_vol_steps into ro.config.media_vol_steps." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
329a406ed9
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user