Skip to content

Instantly share code, notes, and snippets.

@MuthuHere
Created March 21, 2019 03:21
Show Gist options
  • Save MuthuHere/9b75a2ef453a5b319f6eafd114775af8 to your computer and use it in GitHub Desktop.
Save MuthuHere/9b75a2ef453a5b319f6eafd114775af8 to your computer and use it in GitHub Desktop.
<receiver android:name=".SmsBroadcastReceiver" android:exported="true">
<intent-filter>
<action android:name="com.google.android.gms.auth.api.phone.SMS_RETRIEVED"/>
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment