我可以通过通知区域中的 PendingIntent 启动 Activity 和 Service吗
当用户单击通知时,我看不到如何启动两者。
I cannot see how to start both when user click a Notification.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
当用户单击通知时,我看不到如何启动两者。
I cannot see how to start both when user click a Notification.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我认为答案是肯定的,但不是直接的。
您可以指定一个额外的意图是否启动服务并在您的活动启动时解析该额外的内容。如果需要,该活动可以相应地启动服务。
I think the answer is yes, but not directly.
You can specify an extra to the intent whether to start the service and parse this extra in when your activity gets launched. The activity can start the service accordingly if needed.
如果您不想扰乱当前的活动,您可以创建另一个活动“A”来启动您的活动“B”和您的服务,并从待处理的意图启动活动 A
If you don't want to mess with your current activity you can create another activity "A" that starts your activity "B" and your service and start the activity A from the pending intent