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

Commit a22a5832 authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Update the docs for FLAG_PROMOTED_ONGOING." into main

parents 235eac35 7658144c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -774,8 +774,9 @@ public class Notification implements Parcelable
    /**
     * Bit to be bitwise-ored into the {@link #flags} field that should be
     * set by the system if this notification is a promoted ongoing notification, either via a
     * user setting or allowlist.
     * set by the system if this notification is a promoted ongoing notification, both because it
     * {@link #hasPromotableCharacteristics()} and the user has not disabled the feature for this
     * app.
     *
     * Applications cannot set this flag directly, but the posting app and
     * {@link android.service.notification.NotificationListenerService} can read it.