gpt4 book ai didi

java - Android:安装 GoSMS Pro 时收听传入的短信

转载 作者:行者123 更新时间:2023-11-30 02:19:47 26 4
gpt4 key购买 nike

这是我的代码:

<receiver android:name=".IncomingSms"     android:permission="android.permission.BROADCAST_SMS">
<intent-filter android:priority="2147483648">
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>

未安装 GoSMSPro 时,我的应用程序工作正常。我先安装我的应用程序,然后安装 GoSMSPro,但仍然无法接收短信。

我还有一个问题,就是安装了GoSMSPro,BeeTalk如何接收注册短信?

最佳答案

Android: Listen for incomming sms when GoSMSPro installed

一些应用程序以最高优先级注册 SMS BroadcastReceiver,因此这些应用程序首先接收收到的 SMS 的回调并停止此接收器,因此其他也注册此接收器的应用程序将不会接收回调。

替代选项,您可以使用 ContentObserver 接收回调,当有任何消息被接收/删除等时

关于java - Android:安装 GoSMS Pro 时收听传入的短信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28778919/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com