如何在android中使用public static final String SET_ACTIVITY_WATCHER权限?

发布于 2024-12-05 07:43:57 字数 106 浏览 0 评论 0原文

我想知道当我的服务在后台运行时启动了哪些其他活动。 如果有新活动启动,那么我的服务应该知道。我怎么知道?我可以使用 SET_ACTIVITY_WATCHER 权限吗?我该如何使用它。感谢您的帮助。

I want to know what are the other activities launched when my service is running background .
If there is a new activity launched , then my service should know it . How do i know ? Can i use SET_ACTIVITY_WATCHER permission ? How can i use it . Thanks for all the help .

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

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

发布评论

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

评论(1

与风相奔跑 2024-12-12 07:43:57

根据文档,它似乎仅适用于调试模式。

更新

按照此THREAD 您列出的权限是一个 Android 团队在发布时忘记清理的系统,它就躺在那里。

EIDT

我猜轮询(检查间隔)是你唯一的出路。检查这个线程。您可以使用 ActivityManager 查找正在运行的应用程序。

as per the documentation it seems it is only for debug mode.

UPDATE

as per this THREAD your listed permission is a system which the android team forgot to cleanup in the release and it is just lying there.

EIDT

i guess polling (check in intervals) is the only way left for you. check this thread. you may be able to use the ActivityManager to find the running apps.

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