Created an app which is also having a broadcastreceiver, the requirement is it has to filter the keyword from the SMS and do some activity. Included in android manifest file. Its workin fine in emulator, but not working in mobile phone.
<intent-filter android:priority="99999999" >
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
<intent-filter>
Go SMS priority integer - https://stackoverflow.com/a/6877010/1047130
Have some doubt, what is the highest integer for priority