summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-03-16 01:36:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-16 01:36:02 +0000
commit719cb385908b9f9936b26b0893fad181150cf0d8 (patch)
tree07a7ff4ec4ab90675abc733c721d6ae93d780c63 /src/com
parentbc8be0abe73f3626df5f36ff7232ac0b653a9878 (diff)
parentc37a2063b1598c93834efe41081304796630c4ca (diff)
Merge "Enabling new filtering" into nyc-dev
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/dialerbind/ObjectFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/dialerbind/ObjectFactory.java b/src/com/android/dialerbind/ObjectFactory.java
index 875a89308..d059d94d5 100644
--- a/src/com/android/dialerbind/ObjectFactory.java
+++ b/src/com/android/dialerbind/ObjectFactory.java
@@ -53,8 +53,7 @@ public class ObjectFactory {
}
public static boolean isNewBlockingEnabled(Context context) {
- // TODO(maxwelb) - Set to true when ready to enable feature
- return false;
+ return true;
}
@Nullable