-1

I believe every Notification sent to my device has a source, and a code.

I wish to know how to get The name of the application that originated the notification sent to my device, i.e. i want to do things if whatsapp send me a Notification, but how do i know that the Whatsapp app send that notification? Basically that's it.

Im making Android apps with Eclipse in java.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
  • possible duplicate of [Detect a new Android notification](http://stackoverflow.com/questions/9367196/detect-a-new-android-notification) – Mogsdad Sep 03 '15 at 16:01

1 Answers1

-1

This should have really been a comment. Take a look at: Detect a new Android notification

It's exactly what you are looking for.

Community
  • 1
  • 1
Vikram
  • 51,313
  • 11
  • 93
  • 122