I was doing some research and came across the operator in |=
sequence. See:
mBuilder.getNotification().flags |= Notification.FLAG_AUTO_CANCEL;
There is this operator in JAVA, but I do not know exactly if it follows the same syntax in other languages and I was in doubt.
What does the |=
operator mean?