summaryrefslogtreecommitdiffstats
path: root/packages/VpnServices/res/drawable/vpn_connected.png
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2009-06-08 13:27:11 +0800
committerHung-ying Tyan <tyanh@google.com>2009-06-12 15:45:56 +0800
commitf94b6444a3d4dc6d904754f80b2f940be90e432b (patch)
tree6929a787d45050a738b8ac24f7322d001aceaf96 /packages/VpnServices/res/drawable/vpn_connected.png
parent78f0f8cb2efe9410127c39201e240f6d438eb53c (diff)
downloadframeworks_base-f94b6444a3d4dc6d904754f80b2f940be90e432b.zip
frameworks_base-f94b6444a3d4dc6d904754f80b2f940be90e432b.tar.gz
frameworks_base-f94b6444a3d4dc6d904754f80b2f940be90e432b.tar.bz2
Add the VPN services package, VPN service base classes and L2tpIpsecService.
Also add android.security.Keystore. This is a quick solution. Will be evolved to a more mature implementation. PATCH SET 2: + Add VpnServiceBinder to hide VpnService and its subclasses. + Add sendCommand2() to AndroidServiceProxy to work with the latest mtpd. PATCH SET 3: + Rebase to catch up with new commits; no changes made. PATCH SET 4: + Remove/comment out @Override on interface methods to be compilable for Java 1.5. PATCH SET 5: + Add L2tpService.java. + Make VpnService to work on SingleServerProfile; add serverIp to connect(); set system property "net.vpn.server_ip"; and move getPppOptionFilePath() from L2tpIpsecService to VpnService + Revise VpnManager to start VpnService without worrying about which type (as the type info is in VpnProfile) + Remove installation stuff from VpnManager PATCH SET 6: + Fix PATCH SET 5 (the patch was messed up). Please ignore PATCH SET 5. PATCH SET 7: + Fix styles. PATCH SET 8: + Add CANCELLED to VpnState. PATCH SET 9: + Make VpnProfile serializable (in order to save them to persistent storage) PATCH SET 10: + Remove Keystore.java as it's added in another CL.
Diffstat (limited to 'packages/VpnServices/res/drawable/vpn_connected.png')
-rw-r--r--packages/VpnServices/res/drawable/vpn_connected.pngbin0 -> 757 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/packages/VpnServices/res/drawable/vpn_connected.png b/packages/VpnServices/res/drawable/vpn_connected.png
new file mode 100644
index 0000000..65fc6db
--- /dev/null
+++ b/packages/VpnServices/res/drawable/vpn_connected.png
Binary files differ