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

Commit 09970117 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit Committed by Android (Google) Code Review
Browse files

Merge "Fix NotificationChannel#getVibrationPattern API Documentation"

parents 36323100 09f31c2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -753,7 +753,7 @@ public final class NotificationChannel implements Parcelable {

    /**
     * Returns the vibration pattern for notifications posted to this channel. Will be ignored if
     * vibration is not enabled ({@link #shouldVibrate()}.
     * vibration is not enabled ({@link #shouldVibrate()}).
     */
    public long[] getVibrationPattern() {
        return mVibration;