I'm setting a notifications vibrate setting to false and on my HTC Thunderbolt it works but on my Samsung Stratosphere it does not. It starts vibrating like crazy.
I'm using this code..
Is there something I'm missing or another way to fix this?
I'm using this code..
B4X:
Dim n As Notification
n.Initialize
n.Icon = ""
n.Vibrate = False
n.Sound = False
n.Light = False
n.Insistent = False
Is there something I'm missing or another way to fix this?