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

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

Merge "Fix NotificationChannel#setVibrationEffect Javadoc" into main

parents 5ec08266 381382d5
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) {