Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f76ff055 authored by Chris Wren's avatar Chris Wren
Browse files

disable notification scorer by default.

Bug: 10163077
Change-Id: Icd03786dfe59cb26281738ae0be28d14cb5741f9
parent 5c713256
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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