Before logging to android Application I want to enter my number and press Button.
This button handled to send SMS to the number enteres, so if the message received to me it will enter the application, else it will show a message to validate/verify the number.
Before logging to android Application I want to enter my number and press Button.
Share
I found the solution.
Using the onReceive method of BroadcastReceiver
`
`