Enabling SMS support in Hangouts 2.0 breaks the BroadcastReceiver of SMS_RECEIVED in my app

Fixed it. The first problem was that, as you can see in revision 2 of my question, I put the priority attribute within the action element, when it actually belongs into the intent-filter element. So the priority didn’t work. While still targeting API 19, I did some experiences with Hangouts SMS enabled and different priorities. … Read more