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

Commit bffb0927 authored by Jeff Chang's avatar Jeff Chang
Browse files

Updating Java doc for FLAG_ACTIVITY_RESET_TASK_IF_NEEDED

The flag cooperate with these attributes for different behavior.
Update document to also check these attributes for reference.

Bug: 123083574
Test: build
Change-Id: I163b711f429838dd39415fcc9bf60ca003b01180
parent 238ab956
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6465,6 +6465,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;
    /**