I've tried this. But in the notification, it's showing apple script icon instead of my application icon. How can I change that?
B4X:
Dim j As Shell
j.InitializeDoNotHandleQuotes("notify","osascript",Array As String("-e",$"display notification "New notification" with title "Title" sound name "Funk""$))
j.Run(-1)
I want to do this because ControlsUtils showNotification cant show notification while the app is in background.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.