A display-on event monitor for Android
Phousan is a simple phone usage analyzer. It counts each display-on event and stores your usage history on a daily basis.
Get aware how addicted you are.
Implementation:
Phousan comes with a background service which is using a receiver to catch specific system events.
It is listening for ACTION_SCREEN_ON to count the amount of display activations per day.
- ADD GOOGLE PLAY LINK
- counts display-on events per day
- store max usage count (with date)
- store min usage count (with date)
- calculate average usage count
- write usage per day history
- export usage per day history
- delete all data (app reset)
- recommend app function
- Android 5.0 or higher
- English
- German
- CONTRIBUTING.md for general instructions
- CONTRIBUTORS.md for a lists of all contributors.
- RESOURCES.md for a lists of all used resources.