diff --git a/services/core/java/com/android/server/attention/AttentionManagerService.java b/services/core/java/com/android/server/attention/AttentionManagerService.java index e128d993ab63f..dbfaffe2a5f1e 100644 --- a/services/core/java/com/android/server/attention/AttentionManagerService.java +++ b/services/core/java/com/android/server/attention/AttentionManagerService.java @@ -172,7 +172,7 @@ public class AttentionManagerService extends SystemService { */ @VisibleForTesting protected boolean isAttentionServiceSupported() { - return isServiceEnabled() && isServiceConfigured(mContext); + return isServiceEnabled(); } private boolean isServiceEnabled() {