Merge "Allow dreams to redraw when device is rotated." am: 91067eedbc am: 09ed955aa0 am: 06250f8491

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2234689

Change-Id: If4aa31c952df244574de00ba65e4ad423037d0f6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robert Horvath
2022-10-03 08:31:41 +00:00
committed by Automerger Merge Worker

View File

@@ -1461,6 +1461,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
a.colorMode = ActivityInfo.COLOR_MODE_DEFAULT; a.colorMode = ActivityInfo.COLOR_MODE_DEFAULT;
a.flags |= ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS; a.flags |= ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS;
a.resizeMode = RESIZE_MODE_UNRESIZEABLE; a.resizeMode = RESIZE_MODE_UNRESIZEABLE;
a.configChanges = ActivityInfo.CONFIG_ORIENTATION;
final ActivityOptions options = ActivityOptions.makeBasic(); final ActivityOptions options = ActivityOptions.makeBasic();
options.setLaunchActivityType(ACTIVITY_TYPE_DREAM); options.setLaunchActivityType(ACTIVITY_TYPE_DREAM);