Android Notification Flag_auto_cancel Not Working
HI all I want cancel notification on click using code below but some reason it always shows notification in Ongoing section in Notifications area and could not clear too .. NOTI
Solution 1:
FLAG_AUTO_CLEAR
does not work with startForeground()
.
Post a Comment for "Android Notification Flag_auto_cancel Not Working"