Android Question notification Android 6

Robert_Poland

Member
Licensed User
Hi
I noticed that after upgrading to Android 6
do not work notification settings
if anything is known about this?

my code

notif.Initialize
notif.Icon = "icon"
notif.SetInfo("xxx", "xxx", Me)
notif.Sound = False
notif.Vibrate = False
notif.Light = False


THX
 

Robert_Poland

Member
Licensed User
but unfortunately it did not help :(
maybe I'm doing something wrong but in my android 5 settings work
(Or possibly you give me an example settings to disable such. Vibra)
 
Upvote 0
Top