Hey guys,
I want to prevent vibrate and flash a light on notification. I have this codes
On my phone, there is no flash and it still vibrated.
Did I missed something to make it work?
I want to prevent vibrate and flash a light on notification. I have this codes
B4X:
Dim PUB_Nt As Notification
PUB_Nt.Initialize
PUB_Nt.Icon = "icon"
PUB_Nt.SetInfo( "Title","New Notification" , Main)
PUB_Nt.Notify(1)
PUB_Nt.Light = True
PUB_Nt.Vibrate = False
On my phone, there is no flash and it still vibrated.
Did I missed something to make it work?