Loading services/java/com/android/server/am/ActivityStack.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -937,6 +937,10 @@ final class ActivityStack { next.idle = false; next.idle = false; next.results = null; next.results = null; next.newIntents = null; next.newIntents = null; if (next.nowVisible) { // We won't get a call to reportActivityVisibleLocked() so dismiss lockscreen now. mStackSupervisor.dismissKeyguard(); } // schedule an idle timeout in case the app doesn't do it for us. // schedule an idle timeout in case the app doesn't do it for us. mStackSupervisor.scheduleIdleTimeoutLocked(next); mStackSupervisor.scheduleIdleTimeoutLocked(next); Loading Loading
services/java/com/android/server/am/ActivityStack.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -937,6 +937,10 @@ final class ActivityStack { next.idle = false; next.idle = false; next.results = null; next.results = null; next.newIntents = null; next.newIntents = null; if (next.nowVisible) { // We won't get a call to reportActivityVisibleLocked() so dismiss lockscreen now. mStackSupervisor.dismissKeyguard(); } // schedule an idle timeout in case the app doesn't do it for us. // schedule an idle timeout in case the app doesn't do it for us. mStackSupervisor.scheduleIdleTimeoutLocked(next); mStackSupervisor.scheduleIdleTimeoutLocked(next); Loading