I'm using NotificationCompat.Builder to build notification, which based on app configuration can make sound or vibrate or both. All works fine BUT when phone is switched to vibrate mode then the notifications vibrate even when they have only sound enabled. Why does builder.setSound
result in vibration when phone is switched to vibrate mode? Is there a way to get rid of that?
I found similar SO question but it does not seem to resolve my problem.
here are few versions, tested on Samsung Galaxy Note 3
compileSdkVersion 23 minSdkVersion 14 targetSdkVersion 23