Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 329a406e authored by Jungshik Jang's avatar Jungshik Jang Committed by Android (Google) Code Review
Browse files

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

parents a8d26e80 9ed982d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(