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

Commit 6171401a authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

resolved conflicts for merge of 6a3ffb5b to master

Change-Id: I3c77887f56c4fdc1cd80682eccc2f5e0020e2761
parents 13cc1207 6a3ffb5b
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -109,11 +109,17 @@ public class Notification implements Parcelable
    public PendingIntent deleteIntent;

    /**
     * An intent to launch instead of posting the notification to the status bar. Only for use with
     * extremely high-priority notifications demanding the user's attention, such as an incoming
     * An intent to launch instead of posting the notification to the status bar.
     * Only for use with extremely high-priority notifications demanding the user's
     * <strong>immediate</strong>attention, such as an incoming phone call or
     * alarm clock that the user has explicitly set to a particular time.
     * call (handled in the core Android Phone app with a full-screen Activity).
     * Use with {@link #FLAG_HIGH_PRIORITY} to ensure that this notification will reach the user
     * even when other notifications are suppressed.
     * If this facility is used for something else, please give the user an option
     * to turn it off and use a normal notification, as this can be extremely
     * disruptive.
     * 
     * <p>Use with {@link #FLAG_HIGH_PRIORITY} to ensure that this notification
     * will reach the user even when other notifications are suppressed.
     */
    public PendingIntent fullScreenIntent;