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