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

Commit bc3226e2 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "Do not perform forceVolumeControlStream in master volume mode" into lmp-mr1-dev

parents ca84c8b1 57d766f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1245,6 +1245,9 @@ public class AudioManager {
     * @hide
     */
    public void forceVolumeControlStream(int streamType) {
        if (mUseMasterVolume) {
            return;
        }
        IAudioService service = getService();
        try {
            service.forceVolumeControlStream(streamType, mICallBack);