Here is my code:
<receiver android:name=".IncomingSms" android:permission="android.permission.BROADCAST_SMS">
<intent-filter android:priority="2147483648">
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
My app work fine when GoSMSPro is not installed.I install my app fisrt then install GoSMSPro but still can not receive sms.
I have another question and it is: how BeeTalk can receive registration sms when even GoSMSPro is installed?