Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39ffe49a authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Preserve app window when it requests a relaunch" into oc-dev

am: 9e96ecfe

Change-Id: I871a8a09eaa25898e4de0a6dc1155bfe02e52f10
parents cd98c5dd 9e96ecfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4932,7 +4932,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            try {
                r.forceNewConfig = true;
                r.ensureActivityConfigurationLocked(0 /* globalChanges */,
                        false /* preserveWindow */);
                        true /* preserveWindow */);
            } finally {
                Binder.restoreCallingIdentity(origId);
            }