Hello.
I have problem with my new device Samsung Note10+ I can't get the NB6 to send notifications without sound.
I use this code in older devices and they are running as I expexted.
Is something changed in new devices?
I have problem with my new device Samsung Note10+ I can't get the NB6 to send notifications without sound.
I use this code in older devices and they are running as I expexted.
B4X:
If alarm = True Then
n.Initialize("default", Application.LabelName, "HIGH").SmallIcon(tools)
n.Build("LARM !!!", "Temperaturen är HÖG!!!", "Tag", Me).Notify(8)
Else
n.Initialize("default", Application.LabelName, "LOW").SmallIcon(tools)
n.Build("LARM !!!", "Temperaturen är HÖG!!!", "Tag", Me).Notify(8)
End If
Is something changed in new devices?