Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ograycode/NotificationWatcher

Android Status Bar Notification Logger
https://github.com/ograycode/NotificationWatcher

Last synced: about 2 months ago
JSON representation

Android Status Bar Notification Logger

Awesome Lists containing this project

README

        

h1. NotificationWatcher

This is a simple example of being able to log status bar notifications.

*NOTE:* The user must turn on Accessibility by going to Settings -> Accessibility and manually turning it on. They then receive a nasty warning message about the applicaiton being able to read everything they do. This is not a permission that the user can accept when they install it (that I know of).

While the targeted runtime is 2.3, I believe this code should work on anything from 1.4 and above.

h2. TODO
* Comment the code.
* Clean up the code as necessary.