assertj-android icon indicating copy to clipboard operation
assertj-android copied to clipboard

IntenAssert.hasFlags failure with API 21

Open emartynov opened this issue 10 years ago • 0 comments

It looks like with API 21 some of receiver flags have same values as activities flags (FLAG_RECEIVER_NO_ABORT, FLAG_ACTIVITY_MULTIPLE_TASK for example). This actually breaks BitMaskStringBuilder since it expects unique values.

emartynov avatar Nov 20 '14 14:11 emartynov