Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BurningDroid/47329eb25af8d0f1a37db1f25f2a6fa5 to your computer and use it in GitHub Desktop.
Save BurningDroid/47329eb25af8d0f1a37db1f25f2a6fa5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.test">
...
<application
...
<receiver android:name=".sms.SMSReceiver">
<intent-filter android:priority="10000">
<action android:name="android.provider.Telephony.SMS_RECEIVED"/>
</intent-filter>
</receiver>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment