Android SMS Receiver within activity

170 views Asked by At

There are many tutorials on how to create sms receiver, specifying BroadcastReceiver in Manifest file. But the problem is that I don't wanna receive each SMS. I send SMS in my Login activity and then want to immediately catch it to extract validation code sent. Any ideas on how to specify the BroadcastReceiver within activity in this case?

Thanks in advance!

0

There are 0 answers