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

Commit d5f1fcb7 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 56bf2f67: Merge "Clarify FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET usage" into klp-modular-dev

* commit '56bf2f67':
  Clarify FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET usage
parents 797b5adc 56bf2f67
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3538,6 +3538,11 @@ public class Intent implements Parcelable, Cloneable {
     * it will be finished so that the user does not return to them, but
     * instead returns to whatever activity preceeded it.
     *
     * <p>When this flag is assigned to the root activity all activities up
     * to, but not including the root activity, will be cleared. This prevents
     * this flag from being used to finish all activities in a task and thereby
     * ending the task.
     *
     * <p>This is useful for cases where you have a logical break in your
     * application.  For example, an e-mail application may have a command
     * to view an attachment, which launches an image view activity to