notification listener

  1. Azam Memon

    Android Question NotificationListerner on Android 4

    Hi, I have an optional feature in my app to listen to Notifications, I have used NotificationListener for that, which should be enabled only on API >=19 by the user and this option won't appear on API < 19. But when I run my app on android 4 (API < 19), I am getting an error, which is same on...
  2. kolpolok

    Android Question How to access Google Navigation with Notification Listner?

    Hi, Google navigation uses a custom view for its turn by turn display instruction in the notification pane. With notification listener I cannot access those values. I know its possible since I have seen a lot of apps to access that. Will be really helpful if anyone can show me the way. If it...
  3. Gentry

    Android Question Notification Listener stops catching notifications

    My current project relies on catching notifications, and frequently stops catching notifications. I discovered that to restore the functionality, I need to disable then re-enable Notification Access in the system control panel, which seems to reset the "hook" and then new notifications are...
  4. Gentry

    Bug? NotificationListener Stops catching notifications

    My current project relies on catching notifications, and frequently stops catching notifications. I discovered that to restore the functionality, I need to disable then re-enable Notification Access in the system control panel, which seems to reset the "hook" and then new notifications are...
Top