Monday, 25 March 2019

Is there any way to get the device notification history?

I'm developing an usage statistics app and I'm wondering how other apps can access to the devices notification history.

Right now I'm working with NotificationListenerService, but this only can handle the new notifications received, not the past ones. I've checked Android DOC and found some methods which are 'system only' , like getHistoricalNotifications(), or that require ACCESS_NOTIFICATION permission.

The thing is that there are a few apps out there which actually can access to notification history data.

Android DOC also shows a new API on Android Q called NotificationStats but is not available at the moment.

Any tips? Is this even possible in a non-hacky way?



from Is there any way to get the device notification history?

No comments:

Post a Comment