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

Commit 9e96ecfe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e2639401 71735d38
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);
            }