action配置完后无法拦截短信

it2022-05-05  214

在代码中注册BroadcastReceiver

intent的action为android.provider.Telephony.SMS_RECEIVED

配置完后发现一直拦截不到短信,BroadcastReceiver也已经绑定了

解决方案:在manifest中添加权限:<uses-permission android:name="android.permission.RECEIVE_SMS"/>

转载于:https://www.cnblogs.com/reita/p/3362430.html


最新回复(0)