我可以通过通知区域中的 PendingIntent 启动 Activity 和 Service吗

发布于 2024-12-01 23:31:18 字数 27 浏览 0 评论 0原文

当用户单击通知时,我看不到如何启动两者。

I cannot see how to start both when user click a Notification.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小草泠泠 2024-12-08 23:31:18

我认为答案是肯定的,但不是直接的。

您可以指定一个额外的意图是否启动服务并在您的活动启动时解析该额外的内容。如果需要,该活动可以相应地启动服务。

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.

半夏半凉 2024-12-08 23:31:18

如果您不想扰乱当前的活动,您可以创建另一个活动“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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文