Fix NotificationChannel#getVibrationPattern API Documentation

Missing parenthesis has been added.

Change-Id: I094a9b0aa9a60690cc38904810d609a1ce5a0a72
This commit is contained in:
Yeabkal Wubshit
2022-08-30 07:36:55 +00:00
parent 8b6a7d631c
commit 09f31c2c2b

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;