Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用系统签名的应用程序在无根 android 设备上进行系统范围的网络过滤?
类似于在根设备中使用 iptables 二进制文件的应用程序。
我认为在非 root 设备上执行此操作是不可能的,因为 iptables 需要 root 权限。
在 root 设备中,如果应用程序想要运行 iptables,您应该使用 SuperUser 等应用程序授予 root 权限。