Loading services/core/java/com/android/server/attention/AttentionManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public class AttentionManagerService extends SystemService { */ @VisibleForTesting protected boolean isAttentionServiceSupported() { return isServiceEnabled() && isServiceConfigured(mContext); return isServiceEnabled(); } private boolean isServiceEnabled() { Loading Loading
services/core/java/com/android/server/attention/AttentionManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public class AttentionManagerService extends SystemService { */ @VisibleForTesting protected boolean isAttentionServiceSupported() { return isServiceEnabled() && isServiceConfigured(mContext); return isServiceEnabled(); } private boolean isServiceEnabled() { Loading