Mark NotificationEntry.Data.key as final
Test: atest Change-Id: I953e44a892f6cf0355cc26fd1522c80f65fd95b0
This commit is contained in:
@@ -90,7 +90,7 @@ public class NotificationData {
|
||||
private static final long INITIALIZATION_DELAY = 400;
|
||||
private static final long NOT_LAUNCHED_YET = -LAUNCH_COOLDOWN;
|
||||
private static final int COLOR_INVALID = 1;
|
||||
public String key;
|
||||
public final String key;
|
||||
public StatusBarNotification notification;
|
||||
public NotificationChannel channel;
|
||||
public long lastAudiblyAlertedMs;
|
||||
|
||||
Reference in New Issue
Block a user