Relating to this thread, notifications will not work without channels from SDK 26+:
https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content
On my Huawei Mate 10 with Android 7.0 and a test app with SDK 26 and 27 the legacy notifications still work. As I've understood, they should not work anymore:
Is this a Huawei special?
https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/#content
On my Huawei Mate 10 with Android 7.0 and a test app with SDK 26 and 27 the legacy notifications still work. As I've understood, they should not work anymore:
- 26 - notifications will not work without channels (https://www.b4x.com/android/forum/threads/version-safe-notification.87663/)
B4X:
Dim n As Notification
n.Initialize
n.Icon = "icon"
n.OnGoingEvent=False
n.Light=True
n.SetInfo2("FCM","Message sent: " & MyData.get("time"),"This is the tag", "Main")
n.Vibrate=False
n.Notify(1)
Is this a Huawei special?