Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.09 KB

File metadata and controls

42 lines (28 loc) · 1.09 KB

Notification Logger

This app can collect notification log data on android devices.

The following notification details can be collected:

  • Notification Timestamp
  • Notification Posted or Removed
  • Unique Notification Id generated by Android
  • Current user activity
  • GPS Location
  • Phone locked/unlocked
  • Silent mode or ringer mode
  • Vibration mode or not
  • Internet connectivity/bandwidth
  • Battery Level

The app runs in the background, and auto-starts when the phone boots.

For some phones, we need to give additional permission of autostart to always run in the background.

Getting Started

Clean

gradle clean

Prerequisites

Firebase Console

Built With