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.
我已经成功地在我的 android 应用程序中实现了一个聊天活动。该活动可以发送和接收消息。但是当用户进行其他活动时,他无法接收消息。有没有一种简单的方法可以让所有活动都能够接收消息,而无需在每个活动上重新编写消息接收代码????
在您的聊天活动中实现 Messagelistener
将您的消息侦听器代码移动到服务中。