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

Commit a63b497f authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "getMasterStreamType from MUSIC -> NOTIFICATION" into lmp-dev

parents c80f9522 6a6641cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1478,7 +1478,7 @@ public class AudioService extends IAudioService.Stub {
        if (mVoiceCapable) {
            return AudioSystem.STREAM_RING;
        } else {
            return AudioSystem.STREAM_MUSIC;
            return AudioSystem.STREAM_NOTIFICATION;
        }
    }