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

Commit 381382d5 authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Fix NotificationChannel#setVibrationEffect Javadoc

Bug: 342517578
Test: n/a
Change-Id: I058b82d50684f75b164406df298b9d83cb3cf79d
parent 3d7c06c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -695,8 +695,8 @@ public final class NotificationChannel implements Parcelable {
     * {@link NotificationManager#createNotificationChannel(NotificationChannel)}.
     *
     * @see #getVibrationEffect()
     * @see Vibrator#areEffectsSupported(int...)
     * @see Vibrator#arePrimitivesSupported(int...)
     * @see android.os.Vibrator#areEffectsSupported(int...)
     * @see android.os.Vibrator#arePrimitivesSupported(int...)
     */
    @FlaggedApi(Flags.FLAG_NOTIFICATION_CHANNEL_VIBRATION_EFFECT_API)
    public void setVibrationEffect(@Nullable VibrationEffect effect) {