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
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -281,18 +281,16 @@ public void deleteNotificationChannel(String id) {
281
281
}
282
282
}
283
283
284
-
// Get all notification channels.
285
-
// This function will only be called for devices which are low than Android O.
0 commit comments