From f76ff0552bbef531c33ef0cb322932d03b7e6632 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Sun, 4 Aug 2013 01:04:35 -0400 Subject: disable notification scorer by default. Bug: 10163077 Change-Id: Icd03786dfe59cb26281738ae0be28d14cb5741f9 --- .../android/internal/notification/DemoContactNotificationScorer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/com') diff --git a/core/java/com/android/internal/notification/DemoContactNotificationScorer.java b/core/java/com/android/internal/notification/DemoContactNotificationScorer.java index 081a371..62529e9 100644 --- a/core/java/com/android/internal/notification/DemoContactNotificationScorer.java +++ b/core/java/com/android/internal/notification/DemoContactNotificationScorer.java @@ -163,7 +163,7 @@ public class DemoContactNotificationScorer implements NotificationScorer { if (DBG) Slog.v(TAG, "Initializing " + getClass().getSimpleName() + "."); mContext = context; mEnabled = ENABLE_CONTACT_SCORER && 1 == Settings.Global.getInt( - mContext.getContentResolver(), SETTING_ENABLE_SCORER, 1); + mContext.getContentResolver(), SETTING_ENABLE_SCORER, 0); } @Override -- cgit v1.1