I\'m trying to get a default vibrate and sound alert when my notification comes in, but so far no luck. I imagine it\'s something to do with the way I set the defaults, but
// set notification audio
builder.setDefaults(Notification.DEFAULT_VIBRATE); //OR builder.setDefaults(Notification.DEFAULT_SOUND);