gpt4 book ai didi

android - 如何在系统范围内监控/嗅探 Intent ?

转载 作者:太空狗 更新时间:2023-10-29 16:41:26 36 4
gpt4 key购买 nike

我想监控在 Android 系统中运行的所有 Intent。

我在以下链接中找到了一个开源应用程序 IntentSniffer。

https://www.isecpartners.com/tools/mobile-security/intent-sniffer.aspx

应用程序的主要部分是以下代码。

ActivityManager am = (ActivityManager) getSystemService(ACTIVITY_SERVICE); <br/>
List rti = am.getRecentTasks(1000, ActivityManager.RECENT_WITH_EXCLUDED); <br/>
for(RecentTaskInfo c: rti) {<br/>
Intent cur = c.baseIntent;<br/>
}

不过,上面的代码好像只获取到了baseIntent,并没有获取到所有的Intents。所以,我想知道是否有一种方法可以监控系统中所有的Intents。

提前致谢。

最佳答案

So, I am wondering whether there is an way to monitor all the Intents in the system.

幸运的是,出于明显的隐私和安全原因,没有。

关于android - 如何在系统范围内监控/嗅探 Intent ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17073578/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com