Android Question Notification sound disable not working ?

Falco33

New Member
Licensed User
Hi,

when i run this the sound bells and it vibrates too ... is it not
disable-able any more ?

n.Initialize
n.Icon="icon"
n.Vibrate=False
n.Sound=False
n.SetInfo2("title","body","tag",Main)
Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS
Service.StartForeground(1,n)

whats wrong ?
 
Top