Loading services/core/java/com/android/server/attention/AttentionManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -257,8 +257,8 @@ public class AttentionManagerService extends SystemService { return false; return false; } } // don't allow attention check in screen off state // don't allow attention check in screen off state or power save mode if (!mPowerManager.isInteractive()) { if (!mPowerManager.isInteractive() || mPowerManager.isPowerSaveMode()) { return false; return false; } } Loading Loading
services/core/java/com/android/server/attention/AttentionManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -257,8 +257,8 @@ public class AttentionManagerService extends SystemService { return false; return false; } } // don't allow attention check in screen off state // don't allow attention check in screen off state or power save mode if (!mPowerManager.isInteractive()) { if (!mPowerManager.isInteractive() || mPowerManager.isPowerSaveMode()) { return false; return false; } } Loading