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.
请我需要一个在带有 PPTP VPN 服务器的 Android 4.0 中使用 VpnService 的示例。我试过 ToyVpnService 但它没有使用用户名和密码连接到 VPN 服务器。
VPNService API 不是用于配置系统 VPN 服务,而是用于实现您自己的 VPN 解决方案。例如,您可以实施 OpenVPN 等系统未实施的协议。
要将 pptp 与 VPNService API 一起使用,您需要自己实现 PPTP 协议(或移植现有实现(应该不难))