Merge "Replacing overlapping flag value" into udc-dev am: e0a5db492f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23204701 Change-Id: Ibb549035ebde9804ec17a27cc0138d8a398f0584 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user