Android,找到监控应用程序的Intent的发送者
我正在开发一个用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真诚地希望您的任务失败,因为出于明显的隐私和安全原因,这不应该是可能的。
AFAIK,不,缺少创建您自己的自定义固件。
I sincerely hope that you fail in your quest, as this should not be possible, for obvious privacy and security reasons.
AFAIK, no, short of creating your own custom firmware.