From bf5cb80991de5725a5c35a11016c1508eaec3cb4 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 24 Mar 2016 17:02:27 -0700 Subject: Add spam indicator for notification and incoming call of incallui. + Add spam icon and label in notification of incoming call. + Add spam icon and label in primary call info of incall screen. + Change background color and status bar color if primary caller is spam. Screenshots: https://screenshot.googleplex.com/WFob2oPdXZd https://screenshot.googleplex.com/ddCfg91Anef Bug: 27611253 Change-Id: I03b3754f69631f5f6b07932b1a0006407b93c6e8 --- src/com/android/dialerbind/ObjectFactory.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/com/android/dialerbind/ObjectFactory.java') diff --git a/src/com/android/dialerbind/ObjectFactory.java b/src/com/android/dialerbind/ObjectFactory.java index 303610f30..4703347ad 100644 --- a/src/com/android/dialerbind/ObjectFactory.java +++ b/src/com/android/dialerbind/ObjectFactory.java @@ -27,6 +27,7 @@ import com.android.dialer.list.RegularSearchFragment; import com.android.dialer.logging.Logger; import com.android.dialer.service.CachedNumberLookupService; import com.android.dialer.service.ExtendedBlockingButtonRenderer; +import com.android.dialer.service.ExtendedCallInfoService; import com.android.dialer.voicemail.VoicemailPlaybackPresenter; /** @@ -65,6 +66,11 @@ public class ObjectFactory { return null; } + @Nullable + public static ExtendedCallInfoService newExtendedCallInfoService(Context context) { + return null; + } + /** * Create a new instance of the call log adapter. * @param context The context to use. -- cgit v1.2.3