Hello,
In the NotificationListener Service's example, we call ACTION_NOTIFICATION_LISTENER_SETTINGS to display an activity and manually allow the service receiving the notifications. But on some devices, that activity does not exist (which is documented at developer.android and specified as added in API level 22).
But, the NotificationListenerService was added in API level 18.
So, do you know how we could allow the setting on devices without ACTION_NOTIFICATION_LISTENER_SETTINGS activity, please ?
I have checked with p.GetSettings("enabled_notification_listeners") and it is not enabled by default.
Thanks