Merge "Replacing overlapping flag value" into udc-dev

This commit is contained in:
Sumedh Sen
2023-05-12 22:51:02 +00:00
committed by Android (Google) Code Review

View File

@@ -6907,7 +6907,7 @@ public class Intent implements Parcelable, Cloneable {
* *
* @hide * @hide
*/ */
public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; public static final int FLAG_IGNORE_EPHEMERAL = 0x80000000;
/** /**
* If set, the new activity is not kept in the history stack. As soon as * If set, the new activity is not kept in the history stack. As soon as