I am using jSystemTray Lib to display tray notifications.
Following the tip here ... https://www.b4x.com/android/forum/threads/displaymessage-tray-app-icon.111141/post-693304 ... I set the last parameter to "NONE"
This removes the wording "OpenJDK Platform binary" when the notice is First Displayed to the User ...
But, if the user does Not click on the notification and it "retracts" to the Action Center , the title is displayed again.
Is there any way to replace this with the app Title .. ( I packaged the project to a standalone .exe but that did not help. )
Following the tip here ... https://www.b4x.com/android/forum/threads/displaymessage-tray-app-icon.111141/post-693304 ... I set the last parameter to "NONE"
B4X:
Dim jo As JavaObject = icon1
jo.RunMethod("displayMessage",Array As Object("System Alert", "Houston, We have a problem ...", "NONE"))
This removes the wording "OpenJDK Platform binary" when the notice is First Displayed to the User ...
But, if the user does Not click on the notification and it "retracts" to the Action Center , the title is displayed again.
Is there any way to replace this with the app Title .. ( I packaged the project to a standalone .exe but that did not help. )