Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruna1Pate1 committed Jun 18, 2021
1 parent c6a7a9a commit c27e9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
</activity>


<receiver android:name=".broadcast.OTPReceiver">
<receiver android:name=".broadcast.OTPReceiver"
android:permission="android.permission.BROADCAST_SMS">
<intent-filter>
<action android:name="android.provider.Telephony.SMS_RECEIVED"/>
</intent-filter>
Expand Down

0 comments on commit c27e9f1

Please sign in to comment.