How to show verification code suggestion on keyboard from Message Android (通过Google Play服务)有更强大的短信检索API,可以接管整个过程,因此用户甚至不需要按任何类型的自动填充按钮或看到键盘 https://developers.google.com/identity/sms-retriever/overview 问题是android上除了短信检索器API (或者需要完全权限才能简单地读
smsIntent.putExtra("exit_on_sent",true); 也遵循了这个答案Sending SMS via an Intent and know if the SMS has beensent or not,但它同样需要READ_SMS权限。请建议我如何实现此解决方案或任何其他替代解决方案。我的app需要发送短信进行账号验证。