summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2017-05-01 18:43:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-01 18:43:46 +0000
commitcc88a9747c51c341929ae07a33887be7c6ebce5d (patch)
treef9b6faa70e291cd45c063683964403a2fd8513b4
parent388f940ea45e5d309be30b42d3cd32419165bf8e (diff)
parent1558e380e471b92152265a7652e0745f409b1a8b (diff)
Updates based on API council guidance.
am: 1558e380e4 Change-Id: I64dde548c55333d1181d94cf7c2a160a8334004c
-rw-r--r--java/com/android/dialer/notification/NotificationChannelManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/notification/NotificationChannelManager.java b/java/com/android/dialer/notification/NotificationChannelManager.java
index f23c02ad3..b795ffe5d 100644
--- a/java/com/android/dialer/notification/NotificationChannelManager.java
+++ b/java/com/android/dialer/notification/NotificationChannelManager.java
@@ -66,7 +66,7 @@ public class NotificationChannelManager {
if (BuildCompat.isAtLeastO()) {
NotificationChannel channel =
NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount);
- notification.setChannel(channel.getId());
+ notification.setChannelId(channel.getId());
}
}