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

Commit efa6c8a8 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Revert "Mute haptic channels by default.""

parents 88e193ba e6243996
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ public final class AudioAttributes implements Parcelable {
        private int mContentType = CONTENT_TYPE_UNKNOWN;
        private int mSource = MediaRecorder.AudioSource.AUDIO_SOURCE_INVALID;
        private int mFlags = 0x0;
        private boolean mMuteHapticChannels = true;
        private boolean mMuteHapticChannels = false;
        private HashSet<String> mTags = new HashSet<String>();
        private Bundle mBundle;

@@ -888,7 +888,7 @@ public final class AudioAttributes implements Parcelable {

        /**
         * Specifying if haptic should be muted or not when playing audio-haptic coupled data.
         * By default, haptic channels are disabled.
         * By default, haptic channels are enabled.
         * @param muted true to force muting haptic channels.
         * @return the same Builder instance.
         */