I am using an app called "Beautiful Timer" by Pizza Entertainment (mmmmmm.... Pizza!)
When you setup a count-down timer on it, it displays a notification for itself with these traits:
1) When you swipe-down from the top, the current count-down value is displayed as a normal notification.
2) You can NOT swipe it to the right to remove it from the notification list.
3) There is NO icon for this notification displayed in the top status bar.
4) When the phone is configured to have a lock screen, the notification for this app will NOT appear on the lock screen.
These traits happen on both an Android 5.0.1 device as well as a Android 8.1 device.
For the life of me I can't seem to figure out how to create such a notification that has all four of the above traits!
I tried every which way with the below two libraries and can't reproduce this notification.
Background For a long time there were two ways for B4A developers to show notifications: - Simple notifications with the built-in Notification object. - More complex notifications with barx's NotificationBuilder library. Thank you barx for all your work!!! The notifications features changed a...
Notification Builder Library. Now With JellyBean style expanding notifications Now we can make 'JellyBean Style' expanding Notifications. That's right, this is the long awaited library that allows users to include expanding notifications in their Basic4Android apps. Check out the demo app, it...
I will either get a notification that you can't swipe off, but then it's icon will appear in the top status bar and the notification will appear on the lock screen.
Any ideas how to create a notification with the above listed traits?