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

Commit fffaf3cf authored by András Kurucz's avatar András Kurucz
Browse files

Update javadoc for Notification#setOngoing

Bug: 273543426

Test: NotificationListenerVerifierActivity
Test: NotificationDismissVerifierActivity
Test: NotificationPrivacyVerifierActivity
Change-Id: Idb18fe3a7cdc5182fb0314c1e074f057d5ec1c6b
parent 9d68c78a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4634,9 +4634,9 @@ public class Notification implements Parcelable
         * Set whether this is an "ongoing" notification.
         *
         * Ongoing notifications cannot be dismissed by the user on locked devices, or by
         * notification listeners, and some notifications  (device management, media) cannot be
         * dismissed on unlocked devices, so your application or service must take
         * care of canceling them.
         * notification listeners, and some notifications (call, device management, media) cannot
         * be dismissed on unlocked devices, so your application or service must take care of
         * canceling them.
         *
         * They are typically used to indicate a background task that the user is actively engaged
         * with (e.g., playing music) or is pending in some way and therefore occupying the device