如何验证“日志记录”使用 SMS 验证的 Android 应用程序
在登录 Android 应用程序之前,我想输入我的号码并按按钮。 此按钮用于向输入的号码发送短信,因此,如果收到消息,它将进入应用程序,否则它将显示一条消息来验证/验证该号码。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。
使用BroadcastReceiver的onReceive方法
`
`
I found the solution.
Using the onReceive method of BroadcastReceiver
`
`