NotRunningInBg
NotRunningInBg copied to clipboard
unsnoozeNotification
NotificationListenerService only has a snoozeNotification(), but no unsnoozeNotification(). I found it in NotificationAssistantService, but it's a hidden system api. I tried to use reflection to call it but failed.
What seems to be the problem?
Can not get the instance of NotificationAssistantService
Why don't you try calling getNotificationInterface().unsnoozeNotificationFromAssistant(mWrapper, key)
?