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.
我需要在我的应用程序中以编程方式连接 Vpn,但似乎找不到方法。我看到 VpnService、StrongSwan、OpenVpn 但这似乎不是 IPSec。如何连接到我已经构建的具有用户名、密码和预共享密钥的 IPSec 和 L2TP 服务器。
你不能在最新版本的 Android 中做到这一点。它可以通过 SystemProperties.java 类来完成,该类具有可用于这些连接的 API,但由于安全风险,这些 API 现在隐藏在最新的 Android 版本中。
但是,如果手机已植根,那么您可以通过反射等黑客使用它来访问这些系统属性并让一切正常进行。