Difference between notificationmanagercompat and notificationmanager?
Answers
Answered by
4
I am able to create notification so: NotificationManager notificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); ...
Similar questions