B4A Library NotificationListener library (NotificationListenerService) - Erel    Jul 7, 2024   (20 reactions)   tags: notification The NotificationListener library allows you to access the device notifications.
With this library you can listen to new notifications and removed notifications.
You can also clear existing... Java Question Example of #Extends in Service - Erel    Mar 13, 2018   (6 reactions) Starting from B4A v6.50 services support the #Extends attribute. This is useful for libraries that need to extend a service. The previous solution was to communicate with a B4A service with a specific name. This was more cumbersome and limited. The #Extends attribute allows the B4A service to directly extend the library service. An example of the NotificationListener library implemented with #Extends is attached. The Java source code: https://www.b4x.com/android/forum/attachments... B4A Tutorial NotificationListener library implementation tutorial - Erel    Dec 15, 2013   (4 reactions) The NotificationListener library wraps a new feature introduced in Android 4.3: NotificationListener library (NotificationListenerService) This library is built a bit different than most libraries....NotificationListenerWrapper. This class is hidden with the @Hide annotation. This is the service that subclasses NotificationListenerService. The user will need to manually add the service definition with the manifest... a NotificationListener object (one of the inner classes) and then call HandleIntent in Service_Start. HandleIntent... B4A Question Help wanted using notification listener and creating a service - tsteward    Jul 13, 2020 my smart home system.
When the Garage door opens I get a notification
When it closes I get another notification
I want to write an app that deletes the notifications (I can turn them off... B4A Question ListeningNotification does not listen - CR95 (first post)    Oct 21, 2025
There are logical steps that we need to follow. If you encountered a compiler error and I'm una... B4A Question NotificationListener not work with sdk 33 - Erel (first post)    Jul 7, 2024 I've updated the example: https://www.b4x.com/android/forum/threads/notificationlistener-library... B4A Question NotificationListener problem - Erel (first post)    Mar 5, 2024 Check the logs.
Killing the app can cause the service to misbehave.... B4A Question Notification listener Fail SOLVED - jvrh_1 (first post)    Mar 3, 2024   (1 reaction)
Hello,
I am testing the Notification Listener listener (https://www.b4x.com/android/forum/threads/notificationlistener-library-notificationlistenerservice.35630/#content) , but when I open the example app and click on "enable notifications" I get the following error:
Any idea?. Thanks...
It was an setting configuration of Android System. Thanks.... B4A Question [SOLVED] Allowing NotificationListenerService - lemonisdead    Mar 9, 2016 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... as added in API level 22). 42276 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... B4A Question Direct Reply feature with a NotificationListener - hanyelmehy (first post)    Jan 6, 2022
Check the second search result: https://www.b4x.com/android/forum/pages/results/?query=direct+reply+notification
Thank you for your help
i already check Notification with reply field before... Page: 1   2   3   |