For an app I'm developing, I need to know when a notification comes up, be it from an app or text message. I'm new to app development and I'm lost around this subject. I've looked at the NotificationListenerService but I'm going in circles at this point. Any help would be appreciated
Asked
Active
Viewed 24 times
0
-
you want to detect any kind of notifications from all resources or only the ones for your app? – Usman Rana Jul 06 '17 at 10:45
-
Any kind of notification from all resources. – Christopher Mckenzie Jul 06 '17 at 10:46
-
This tutorial may help you : http://www.androiddevelopersolutions.com/2015/05/android-read-status-bar-notification.html – Usman Rana Jul 06 '17 at 10:49
-
Thanks for the help! – Christopher Mckenzie Jul 06 '17 at 10:51