Show channel description.
Test: manual Change-Id: I0965b0ad2c64571a01a5f221f8d344c60d54b53d
This commit is contained in:
@@ -203,7 +203,7 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
int deletedChannelCount = mBackend.getDeletedChannelCount(mAppRow.pkg, mAppRow.uid);
|
||||
if (deletedChannelCount > 0) {
|
||||
DimmableIconPreference deletedPref = new DimmableIconPreference(getPrefContext());
|
||||
deletedPref.setEnabled(false);
|
||||
deletedPref.setSelectable(false);
|
||||
deletedPref.setTitle(getResources().getQuantityString(
|
||||
R.plurals.deleted_channels, deletedChannelCount, deletedChannelCount));
|
||||
deletedPref.setIcon(R.drawable.ic_info);
|
||||
|
Reference in New Issue
Block a user