Ich habe versucht, mit Google Search und Stack Overflow zu suchen, aber es wurden keine Ergebnisse angezeigt. Ich habe dies in Open-Source-Bibliothek Code gesehen:
Notification notification = new Notification(icon, tickerText, when);
notification.defaults |= Notification.DEFAULT_SOUND;
notification.defaults |= Notification.DEFAULT_VIBRATE;
Was bedeutet "|=" ( pipe equal operator
) bedeuten?