I'm trying to follow the Material Design Guidelines on how to "Link your app's settings to Android channel settings". As the images shows, there should be a button on the app-settings "Additional settings in the app" but I don't know how to set this up.
https://material.io/guidelines/patterns/notifications.html#notifications-settings
I'd expect the NotificationChannel to have an option to set the correct intent or an intent-filter but I cannot find any option for that.
There has been similar behaviors for managing the network and I thought this would work the same way?!
Does anyone knows how to implement this?