NotRunningInBg
NotRunningInBg copied to clipboard
This is a tool that snoozes the "App is Running in the Background" notifications on Android Oreo.
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
Beep boop. Optimizing your images is my life. https://imgbot.net/ for more information.
> “App is running in the background” and “Drawing over other apps” notifications can now be easily disabled by the user just like any other notification channel: long press the...
NotificationListenerService only has a snoozeNotification(), but no unsnoozeNotification(). I found it in [NotificationAssistantService](https://github.com/android/platform_frameworks_base/blob/b056324630b8adfeb38393bcab49f3b9c720f4fd/core/java/android/service/notification/NotificationAssistantService.java#L132), but it's a hidden system api. I tried to use reflection to call it but failed.