Loading packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -487,7 +487,7 @@ public class PhoneStatusBarService extends StatusBarService { final View expanded = views[2]; final View expanded = views[2]; // Construct the icon. // Construct the icon. StatusBarIconView iconView = new StatusBarIconView(this, StatusBarIconView iconView = new StatusBarIconView(this, notification.pkg + "/" + notification.id); notification.pkg + "/0x" + Integer.toHexString(notification.id)); iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon, iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon, notification.notification.iconLevel, notification.notification.number)); notification.notification.iconLevel, notification.notification.number)); // Add the expanded view. // Add the expanded view. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/PhoneStatusBarService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -487,7 +487,7 @@ public class PhoneStatusBarService extends StatusBarService { final View expanded = views[2]; final View expanded = views[2]; // Construct the icon. // Construct the icon. StatusBarIconView iconView = new StatusBarIconView(this, StatusBarIconView iconView = new StatusBarIconView(this, notification.pkg + "/" + notification.id); notification.pkg + "/0x" + Integer.toHexString(notification.id)); iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon, iconView.set(new StatusBarIcon(notification.pkg, notification.notification.icon, notification.notification.iconLevel, notification.notification.number)); notification.notification.iconLevel, notification.notification.number)); // Add the expanded view. // Add the expanded view. Loading