NotificationListenerService-Example
NotificationListenerService-Example copied to clipboard
Service stopped on user swicthed
I have two users on a tablet and created a class extending NotificationListenerService, which listens to notioficatiuons. Now when I switch user this service is getting killed. Is it the expected behaviour ? As i want to catch those notifications as well when I am not in this user. Please help..