@@ -52,24 +52,24 @@ public class UnityNotificationManager extends BroadcastReceiver {
52
52
protected UnityNotificationBackgroundThread mBackgroundThread ;
53
53
protected Random mRandom ;
54
54
55
- protected static final String TAG_UNITY = "UnityNotifications" ;
56
-
57
- protected static final String KEY_FIRE_TIME = "fireTime" ;
58
- protected static final String KEY_ID = "id" ;
59
- protected static final String KEY_INTENT_DATA = "data" ;
60
- protected static final String KEY_LARGE_ICON = "largeIcon" ;
61
- protected static final String KEY_REPEAT_INTERVAL = "repeatInterval" ;
62
- protected static final String KEY_NOTIFICATION = "unityNotification" ;
63
- protected static final String KEY_NOTIFICATION_ID = "com.unity.NotificationID" ;
64
- protected static final String KEY_SMALL_ICON = "smallIcon" ;
65
- protected static final String KEY_CHANNEL_ID = "channelID" ;
66
- protected static final String KEY_SHOW_IN_FOREGROUND = "com.unity.showInForeground" ;
67
- protected static final String KEY_NOTIFICATION_DISMISSED = "com.unity.NotificationDismissed" ;
68
-
69
- protected static final String NOTIFICATION_CHANNELS_SHARED_PREFS = "UNITY_NOTIFICATIONS" ;
70
- protected static final String NOTIFICATION_CHANNELS_SHARED_PREFS_KEY = "ChannelIDs" ;
71
- protected static final String NOTIFICATION_IDS_SHARED_PREFS = "UNITY_STORED_NOTIFICATION_IDS" ;
72
- protected static final String NOTIFICATION_IDS_SHARED_PREFS_KEY = "UNITY_NOTIFICATION_IDS" ;
55
+ static final String TAG_UNITY = "UnityNotifications" ;
56
+
57
+ static final String KEY_FIRE_TIME = "fireTime" ;
58
+ static final String KEY_ID = "id" ;
59
+ static final String KEY_INTENT_DATA = "data" ;
60
+ static final String KEY_LARGE_ICON = "largeIcon" ;
61
+ static final String KEY_REPEAT_INTERVAL = "repeatInterval" ;
62
+ static final String KEY_NOTIFICATION = "unityNotification" ;
63
+ static final String KEY_NOTIFICATION_ID = "com.unity.NotificationID" ;
64
+ static final String KEY_SMALL_ICON = "smallIcon" ;
65
+ static final String KEY_CHANNEL_ID = "channelID" ;
66
+ static final String KEY_SHOW_IN_FOREGROUND = "com.unity.showInForeground" ;
67
+ static final String KEY_NOTIFICATION_DISMISSED = "com.unity.NotificationDismissed" ;
68
+
69
+ static final String NOTIFICATION_CHANNELS_SHARED_PREFS = "UNITY_NOTIFICATIONS" ;
70
+ static final String NOTIFICATION_CHANNELS_SHARED_PREFS_KEY = "ChannelIDs" ;
71
+ static final String NOTIFICATION_IDS_SHARED_PREFS = "UNITY_STORED_NOTIFICATION_IDS" ;
72
+ static final String NOTIFICATION_IDS_SHARED_PREFS_KEY = "UNITY_NOTIFICATION_IDS" ;
73
73
74
74
// Constructor with zero parameter is necessary for system to call onReceive() callback.
75
75
public UnityNotificationManager () {
0 commit comments