Loading services/core/java/com/android/server/wm/ActivityRecord.java +2 −1 Original line number Diff line number Diff line Loading @@ -7368,7 +7368,8 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A } final ActivityStack stack = getRootTask(); return stack != null && stack.checkKeyguardVisibility(this, true /* shouldBeVisible */, true /* isTop */); stack.checkKeyguardVisibility(this, true /* shouldBeVisible */, stack.topRunningActivity() == this /* isTop */); } void setTurnScreenOn(boolean turnScreenOn) { Loading Loading
services/core/java/com/android/server/wm/ActivityRecord.java +2 −1 Original line number Diff line number Diff line Loading @@ -7368,7 +7368,8 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A } final ActivityStack stack = getRootTask(); return stack != null && stack.checkKeyguardVisibility(this, true /* shouldBeVisible */, true /* isTop */); stack.checkKeyguardVisibility(this, true /* shouldBeVisible */, stack.topRunningActivity() == this /* isTop */); } void setTurnScreenOn(boolean turnScreenOn) { Loading