Merge "Fix NotificationChannel#getVibrationPattern API Documentation"

This commit is contained in:
Yeabkal Wubshit
2022-08-30 18:24:26 +00:00
committed by Android (Google) Code Review

View File

@@ -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;