You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java
+22-3Lines changed: 22 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
31
31
importjava.lang.Integer;
32
32
importjava.util.Calendar;
33
+
importjava.util.Random;
33
34
importjava.util.Set;
34
35
importjava.util.HashSet;
35
36
importjava.util.ArrayList;
@@ -300,12 +301,30 @@ public NotificationChannelWrapper[] getNotificationChannels() {
300
301
}
301
302
}
302
303
303
-
// This is called from Unity managed code to call AlarmManager to set a broadcast intent for sending a notification.
0 commit comments