Intent.java 내에 

public Intent addFlags(int flags) {
mFlags |= flags;
return this;
}

라고 있거든요

|=는 무슨 뜻이죠

!= 도 아닌 것이

구글링 해도 |를 인식 하지 못하네요.