diff options
author | Hung-ying Tyan <tyanh@google.com> | 2009-07-06 17:26:34 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2009-07-06 18:47:47 +0800 |
commit | 0a59b500147cc038541f6f2897de7e28c15a12c1 (patch) | |
tree | f5d44650a99de7e5bc86933e8764d3d51c970da3 /src/com/android/settings/vpn/VpnProfileEditor.java | |
parent | eb7836f11ec4e9753db7c6ecd9414e153bb7bdbe (diff) | |
download | packages_apps_Settings-0a59b500147cc038541f6f2897de7e28c15a12c1.zip packages_apps_Settings-0a59b500147cc038541f6f2897de7e28c15a12c1.tar.gz packages_apps_Settings-0a59b500147cc038541f6f2897de7e28c15a12c1.tar.bz2 |
Integrate VPN with new keystore and misc fixes.
* Changes
+ Pass intent to keystore when needed and hooks to resume from it.
+ Generate random, unique ID for profile instead of base64 from its
name.
+ Add VPN to "Wirless controls" description.
+ Add credential storage to "Security & location" description.
+ More hints to set password and unlock dialogs in credential storage
settings for actions that come from other processes.
+ Sort VPN profiles according to the names.
+ Replace Keystore with CertTool in L2tpIpsecEditor
Diffstat (limited to 'src/com/android/settings/vpn/VpnProfileEditor.java')
-rw-r--r-- | src/com/android/settings/vpn/VpnProfileEditor.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/android/settings/vpn/VpnProfileEditor.java b/src/com/android/settings/vpn/VpnProfileEditor.java index b679bcb..a708a8c 100644 --- a/src/com/android/settings/vpn/VpnProfileEditor.java +++ b/src/com/android/settings/vpn/VpnProfileEditor.java @@ -92,13 +92,6 @@ class VpnProfileEditor { } /** - * Saves the secrets in this profile. - * @param originalProfileName the original profile name - */ - public void saveSecrets(String originalProfileName) { - } - - /** * Creates a preference for users to input domain suffices. */ protected EditTextPreference createDomainSufficesPreference(Context c) { |