diff options
| author | Wale Ogunwale <ogunwale@google.com> | 2017-09-29 05:09:09 -0700 |
|---|---|---|
| committer | Wale Ogunwale <ogunwale@google.com> | 2017-10-11 07:40:46 -0700 |
| commit | 44f036fd5a5ea3253f8df979898f720edbc1af82 (patch) | |
| tree | 4eafdaf108cef5c8bd84a07e40b624e34bdc3394 /core/java/android/app/ActivityOptions.java | |
| parent | 9eb155567d911516ed23bad643b47486d6cc6fcd (diff) | |
Removed remaining use of static stack ids.
Replace by windowingMode and activityType.
Test: Existing tests pass.
Test: go/wm-smoke
Bug: 64146578
Change-Id: I2ff026de3ead1a3e7136df17c68ed37d7aae5495
Diffstat (limited to 'core/java/android/app/ActivityOptions.java')
| -rw-r--r-- | core/java/android/app/ActivityOptions.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/app/ActivityOptions.java b/core/java/android/app/ActivityOptions.java index a68c3a5c29a6..f14831d1c658 100644 --- a/core/java/android/app/ActivityOptions.java +++ b/core/java/android/app/ActivityOptions.java @@ -17,7 +17,6 @@ package android.app; import static android.app.ActivityManager.DOCKED_STACK_CREATE_MODE_TOP_OR_LEFT; -import static android.app.ActivityManager.StackId.INVALID_STACK_ID; import static android.app.WindowConfiguration.ACTIVITY_TYPE_UNDEFINED; import static android.app.WindowConfiguration.WINDOWING_MODE_UNDEFINED; import static android.view.Display.INVALID_DISPLAY; |
