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

Commit 13f3e4ed authored by Julia Reynolds's avatar Julia Reynolds Committed by Automerger Merge Worker
Browse files

Merge "Update FLAG_ONLY_ALERT_ONCE docs" am: e3a1682e am: bd0f7d47 am:...

Merge "Update FLAG_ONLY_ALERT_ONCE docs" am: e3a1682e am: bd0f7d47 am: cd2f1c2a am: 35a4d735 am: 562800db

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2062847



Change-Id: I4d55e4d74ff7f9a8bf006dad71572b6cbdc5042c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2673e8e9 562800db
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -628,6 +628,9 @@ public class Notification implements Parcelable
     * Bit to be bitwise-ored into the {@link #flags} field that should be
     * set if you would only like the sound, vibrate and ticker to be played
     * if the notification was not already showing.
     *
     * Note that using this flag will stop any ongoing alerting behaviour such
     * as sound, vibration or blinking notification LED.
     */
    public static final int FLAG_ONLY_ALERT_ONCE    = 0x00000008;
@@ -4633,6 +4636,9 @@ public class Notification implements Parcelable
         * Set this flag if you would only like the sound, vibrate
         * and ticker to be played if the notification is not already showing.
         *
         * Note that using this flag will stop any ongoing alerting behaviour such
         * as sound, vibration or blinking notification LED.
         *
         * @see Notification#FLAG_ONLY_ALERT_ONCE
         */
        @NonNull