Merge "Add aborted start result." into oc-dev am: 8796c20dae
am: 943794bb70
Change-Id: I9bf7aa7a5b1e8fbf7ccdea5a883c0ce98fa8f3ff
This commit is contained in:
@@ -359,6 +359,13 @@ public class ActivityManager {
|
||||
public static final int START_RETURN_LOCK_TASK_MODE_VIOLATION =
|
||||
FIRST_START_NON_FATAL_ERROR_CODE + 1;
|
||||
|
||||
/**
|
||||
* Result for IActivityManaqer.startActivity: a new activity start was aborted. Never returned
|
||||
* externally.
|
||||
* @hide
|
||||
*/
|
||||
public static final int START_ABORTED = FIRST_START_NON_FATAL_ERROR_CODE + 2;
|
||||
|
||||
/**
|
||||
* Flag for IActivityManaqer.startActivity: do special start mode where
|
||||
* a new activity is launched only if it is needed.
|
||||
|
||||
Reference in New Issue
Block a user