Android,找到监控应用程序的Intent的发送者

发布于 2024-12-01 15:24:48 字数 340 浏览 0 评论 0原文

我正在开发一个用于 Android 监听广播意图的监控应用程序:每当出现某些可疑意图模式时,就会弹出一个对话框,提醒用户。事实上,这些意图必须是由同一个应用程序触发的,以避免无用的警告。

一般来说,这似乎是不可能的,例如我在这里找到了一些东西: 如何在Android中找到Intent源吗? 我问是否有解决方法,例如查看上下文或其他。我确实需要应用程序名称,而不仅仅是应用程序名称来执行其他操作。

干杯, 吉尔

I'm developing a monitoring application for Android listening for broadcast intents: whenever some suspicious intent pattern occurs a dialog alerting the users pops up. Indeed the intents must have been triggered by the same application, to avoid useless warnings.

In general this seems not to be possible, for instance I found something here: How to find Intent source in Android?
I'm asking if there is a workaround to this, for instance looking into the context or whatsoever. I really need the application name, not the just the application name to do something else.

Cheers,
Gil

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

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

发布评论

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

评论(1

嘿哥们儿 2024-12-08 15:24:48

我正在开发一个用于 Android 监听广播意图的监控应用程序

我真诚地希望您的任务失败,因为出于明显的隐私和安全原因,这不应该是可能的。

我问是否有解决方法,例如查看上下文或其他任何内容。

AFAIK,不,缺少创建您自己的自定义固件。

I'm developing a monitoring application for Android listening for broadcast intents

I sincerely hope that you fail in your quest, as this should not be possible, for obvious privacy and security reasons.

I'm asking if there is a workaround to this, for instance looking into the context or whatsoever.

AFAIK, no, short of creating your own custom firmware.

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