Posts by Whiskey • 9 points
1 post
-
0
votes0
answers26
viewsQ: How do I close a notification that doesn’t close?
The following notification code I use but it does not close Notification notification = new NotificationCompat.Builder(this, CHANNEL_ID_2) .setSmallIcon(playPauseBtn) .setLargeIcon(thumb)…