From 938468da6f5c225ebb161a68bd949c9cf3261892 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Tue, 24 Oct 2017 14:05:52 -0700 Subject: Rename the new bubble package name from "bubble" to "newbubble". It fixes AOSP for package name conflict. Test: manual PiperOrigin-RevId: 173298696 Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081 --- java/com/android/dialer/enrichedcall/EnrichedCallManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/enrichedcall') diff --git a/java/com/android/dialer/enrichedcall/EnrichedCallManager.java b/java/com/android/dialer/enrichedcall/EnrichedCallManager.java index 9f68978b5..681193c52 100644 --- a/java/com/android/dialer/enrichedcall/EnrichedCallManager.java +++ b/java/com/android/dialer/enrichedcall/EnrichedCallManager.java @@ -274,7 +274,7 @@ public interface EnrichedCallManager { * when dialer is not in the foreground, and can not start {@link * com.android.dialer.app.calllog.CallLogNotificationsService} to handle the event. The * pendingResult allows dialer to hold on to resources when the event is handled in a - * background thread. TODO(b/67015768): migrate CallLogNotificationsService to a + * background thread. TODO(a bug): migrate CallLogNotificationsService to a * JobIntentService so it can be used in the background. * @throws IllegalStateException if there's no session for the given id */ -- cgit v1.2.3