History log of /external/sl4a/Common/src/com/googlecode/android_scripting/facade/VpnFacade.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a533e9c77aab1837a2dd713385fc857005741173 14-Dec-2016 Girish Moturu <gmoturu@google.com> DO NOT MERGE: VpnFacade.java: code to instal certs

Added the following:
1. installCertificate() to extract and install
the user certificate of p12 type
2. Added the CertInstallerHelper.java file to the facades
which is a replica of the one under package/apps/Settings.
The files in package/apps/Settings does not have an API to call

Bug: 30169640
Test: Verified on NYC MR2
Change-Id: Ib46f0246663e817538be61e000abcf852e3eac87
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/VpnFacade.java
9d9222a94e8d07e3442e5559dcf4e8acbc6e5bb6 06-Oct-2016 Ang Li <angli@google.com> Add legacy VPN support in SL4A.

Legacy VPN is what's built into Settings.
This does not go through a third-party app.

This has to use ConnectivityService because the APIs
needed are not in ConnectivityManager. This is how
Settings app does it.

BUG=30170022
Test: Manually compiled and tried the new APIs.

Change-Id: Ib94c8a2e388503780284630bf8f4aed7f0159154
(Cherry picked from https://android-review.googlesource.com/#/c/275463/)
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/VpnFacade.java