我正在使用短信意图发送短信用户的电话号码验证,根据新的谷歌权限限制https://support.google.com/googleplay/android-developer/answer/9047303#alternatives。但问题是我无法关闭消息应用程序,也无法获得任何短信发送状态的回调。(总是返回相同的resultCode,即使从消息应用程序按back ) 我试着关闭这个应用程序,但它不工作。 smsIntent.putExtra("exit_on_sent",true); 也遵循了这个答案Sending SMS via an Intent and know if