Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想知道如何向广播接收器指定我想收听内容://mms-sms/conversations 意图。
在 Log cat 中,您可以看到在模拟器或真实设备上打开消息应用程序时触发的 Intent。我想在这个 Intent 被激活时触发一个动作。
在此先感谢您的帮助。
我想知道如何向广播接收器指定要监听 content://mms-sms/conversations 意图的广播接收器。
这是不可能的。
在 Log cat 中,您可以看到在模拟器或真实设备上打开消息应用程序时触发的 Intent。
正确的。但是,这是开始一项活动。您无法注册BroadcastReceiver以了解用户何时开始任何特定活动。
BroadcastReceiver