如何从“运行服务”中的正在运行的服务(如输入法)启动一个 Activity页

发布于 2024-11-26 23:00:17 字数 81 浏览 0 评论 0原文

您可以在“运行服务”页面中找到, 和软键盘一样,“输入法:触摸管理”,可以启动自定义的Activity。 我的服务没有输入法或者壁纸之类的,怎么办?

as you can find in the "Running services" page,
like the softkeyboard, "input method: touch to manage", can start a custom Activity。
my service is not a input method or wallpaper or so, how to do it ?

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

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

发布评论

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

评论(1

好多鱼好多余 2024-12-03 23:00:17

您无法从“正在运行的服务”页面执行此操作。

启动服务的唯一方法是通过意图,您的服务必须监听该意图,如清单中声明的​​那样。请查阅文档。

you cannot do it from the Running Services page.

The only way to start a service is through an intent, which your Service must be listening to, as declared in your manifest. Please consult the documentation.

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