So Ive read this thread;
https://www.b4x.com/android/forum/t...und-state-without-using-a-notification.46635/
I was wondering if it is possible with b4a to have an ongoing notification without an icon in the tray along the top. I know this is technically possible as the Pebble app has an ongoing notification in the notification but does not show an icon in the tray along the top.
For now Ive used Service.StartForeground(0, Null) to hide the notification altogether.
Thanks
https://www.b4x.com/android/forum/t...und-state-without-using-a-notification.46635/
I was wondering if it is possible with b4a to have an ongoing notification without an icon in the tray along the top. I know this is technically possible as the Pebble app has an ongoing notification in the notification but does not show an icon in the tray along the top.
For now Ive used Service.StartForeground(0, Null) to hide the notification altogether.
Thanks