summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-03-16 01:42:51 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-16 01:42:51 +0000
commite8ccc31afb7d0b54e388416f525ef9e273e463d6 (patch)
tree1114318149f82160f70dc4f3646478379762c654 /src/com
parent81b980954b879d6345c53913202b598403551713 (diff)
parentbb35e0b049cdfe350f6a00ffb4e6497fb19abeaa (diff)
Merge "Enabling new filtering" into nyc-dev am: 719cb38590
am: bb35e0b049 * commit 'bb35e0b049cdfe350f6a00ffb4e6497fb19abeaa': Enabling new filtering
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