Display channel/group names only.
Test: manual Change-Id: I7da68f71ddb78f3150ebc64af40310de65cd010c
This commit is contained in:
@@ -113,7 +113,7 @@ public class ChannelNotificationSettings extends NotificationSettingsBase {
|
||||
.getApplicationFeatureProvider(activity)
|
||||
.newAppHeaderController(this /* fragment */, null /* appHeader */)
|
||||
.setIcon(mAppRow.icon)
|
||||
.setLabel(getNotificationChannelLabel(mChannel))
|
||||
.setLabel(mChannel.getName())
|
||||
.setSummary(mAppRow.label)
|
||||
.setPackageName(mAppRow.pkg)
|
||||
.setUid(mAppRow.uid)
|
||||
|
Reference in New Issue
Block a user