Skip to content

Instantly share code, notes, and snippets.

@MehulKK
Created May 10, 2019 19:19
Show Gist options
  • Save MehulKK/779f10220b1059d9e7117311df240663 to your computer and use it in GitHub Desktop.
Save MehulKK/779f10220b1059d9e7117311df240663 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