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

Commit 46d03f15 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updating Java doc for FLAG_ACTIVITY_RESET_TASK_IF_NEEDED" into sc-dev

parents f5042bcc bffb0927
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6569,6 +6569,10 @@ public class Intent implements Parcelable, Cloneable {
     * any affinities needed to have that task in the proper state (either
     * moving activities to or from it), or simply resetting that task to
     * its initial state if needed.
     *
     * @see android.R.attr#allowTaskReparenting
     * @see android.R.attr#clearTaskOnLaunch
     * @see android.R.attr#finishOnTaskLaunch
     */
    public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000;
    /**