While reading the Android guide to Notifications, I stumbled across this:
Adding vibration You can alert the user with th
Adding vibration
You can alert the user with th
This is the bit wise OR operator. If notifications.default is 0b00000001 in binary form and Notification.DEFAULT_VIBRATE is 0b11000000, then the result will be 0b11000001.