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.
我制作了一个需要 WiFi AP 模式(DHCP 服务器和 WiFi AP)的应用程序。允许同时无限数量的用户(Android 限制 10 个用户进行网络共享)。有代码吗?还是准备申请?我需要在没有 ROOT 权限的情况下执行它
Android 限制是在系统级别硬编码的,也可能在协议级别。
修改它至少需要root权限,甚至可能在系统级别直接重写Android代码。