Loading services/core/java/com/android/server/wm/ActivityRecord.java +1 −0 Original line number Diff line number Diff line Loading @@ -3903,6 +3903,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A boolean removedFromHistory = false; cleanUp(false /* cleanServices */, false /* setState */); setVisibleRequested(false); if (hasProcess()) { app.removeActivity(this, true /* keepAssociation */); Loading Loading
services/core/java/com/android/server/wm/ActivityRecord.java +1 −0 Original line number Diff line number Diff line Loading @@ -3903,6 +3903,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A boolean removedFromHistory = false; cleanUp(false /* cleanServices */, false /* setState */); setVisibleRequested(false); if (hasProcess()) { app.removeActivity(this, true /* keepAssociation */); Loading