Loading core/java/android/content/Intent.java +4 −0 Original line number Diff line number Diff line Loading @@ -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; /** Loading Loading
core/java/android/content/Intent.java +4 −0 Original line number Diff line number Diff line Loading @@ -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; /** Loading