I’m trying to listen to notifications of other apps and for that purpose I tried to utilize NotificationListenerService
.
I have seen several examples from Xamarin, but nothing seems to work.
So how is it done in MAUI? How is the NotificationListenerService
accessed?