Skip to content

Instantly share code, notes, and snippets.

@pratheepchowdhary
Created March 9, 2019 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratheepchowdhary/07af83e0daa69edbdff6506e1465d86f to your computer and use it in GitHub Desktop.
Save pratheepchowdhary/07af83e0daa69edbdff6506e1465d86f to your computer and use it in GitHub Desktop.
<receiver android:name=".MySMSBroadcastReceiver" 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