Merge "Change DBG to false to eliminate logcat messages." into klp-dev
This commit is contained in:
@@ -41,8 +41,8 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
public class DemoContactNotificationScorer implements NotificationScorer {
|
public class DemoContactNotificationScorer implements NotificationScorer {
|
||||||
private static final String TAG = "StarredContactScoring";
|
private static final String TAG = "DemoContactNotificationScorer";
|
||||||
private static final boolean DBG = true;
|
private static final boolean DBG = false;
|
||||||
|
|
||||||
protected static final boolean ENABLE_CONTACT_SCORER = true;
|
protected static final boolean ENABLE_CONTACT_SCORER = true;
|
||||||
private static final String SETTING_ENABLE_SCORER = "contact_scorer_enabled";
|
private static final String SETTING_ENABLE_SCORER = "contact_scorer_enabled";
|
||||||
|
|||||||
Reference in New Issue
Block a user