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.
我在我的 SMS 调度应用程序中使用广播接收器。我想修改已经发送的广播。我应该怎么做才能编辑或删除已经发送的广播?
这些链接将帮助你。 广播成本接收器,
http://www.vogella.com/articles/AndroidBroadcastReceiver/article.html
http://www.techrepublic.com/blog/app-builder/an-android-coders-introduction-to-broadcast-receivers/1173
我认为已经发送的广播无法编辑。您可以重新发送正确的数据。