I'm working on an accessibility app on android that uses notification events. However, it only registers notifications for Google Talk when users send outgoing messages, and seems not to catch notifications for incoming messages. Any idea what's going on here?
Asked
Active
Viewed 134 times
0
-
Different Intent broadcasts perhaps? – A--C Jan 09 '13 at 03:30
1 Answers
0
If you catch outgoing notifications it means the service is working.
Try logging any event arriving in onAccessibilityEvent(AccessibilityEvent paramAccessibilityEvent)
Make sure status bar notifications are enabled in Google Talk, of course.

Nicolas LUCAS
- 93
- 1
- 8