commit | afa29d4a8659eeffc8d92a6216b154f594eeb895 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue May 02 13:38:22 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 02 13:38:23 2017 +0000 |
tree | 8129d2bcf5cb8afe0b91c0e81b3250e400c18db6 | |
parent | 1558e380e471b92152265a7652e0745f409b1a8b [diff] | |
parent | b5870be094fd6163eadc6fb5038a61b9be3d34b7 [diff] |
Merge "Use AAPT2" into oc-dev
diff --git a/java/com/android/dialer/notification/NotificationChannelManager.java b/java/com/android/dialer/notification/NotificationChannelManager.java index f23c02a..b795ffe 100644 --- a/java/com/android/dialer/notification/NotificationChannelManager.java +++ b/java/com/android/dialer/notification/NotificationChannelManager.java
@@ -66,7 +66,7 @@ if (BuildCompat.isAtLeastO()) { NotificationChannel channel = NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount); - notification.setChannel(channel.getId()); + notification.setChannelId(channel.getId()); } }