4

I want to read the notifications sitting in my status bar and based on the notification subject, i need to perform some action. Is it possible? If yes, please let me know..

Thanks in advance.

RAVITEJA SATYAVADA
  • 2,503
  • 23
  • 56
  • 88

1 Answers1

2

Starting with API 18 there is a NotificationListenerService class. You can use it to get the active notifications or get notified about new notifications.

On older android versions there is a hack with Accessibility Service. Check out this answer: Android accessibility service detect notification

Community
  • 1
  • 1
LordRaydenMK
  • 13,074
  • 5
  • 50
  • 56