OSDN Git Service

VpnSettings: switch to the new user interface.
authorChia-chi Yeh <chiachi@android.com>
Sun, 3 Jul 2011 00:45:23 +0000 (17:45 -0700)
committerChia-chi Yeh <chiachi@android.com>
Sun, 3 Jul 2011 00:45:23 +0000 (17:45 -0700)
commit7606a2f4f3f0aa6b77e9dad3866706bb8ea3206d
treec134cd69bdfcd0fd5144c09955a990503f4cab5a
parente391a7690d61a09d5e5160f491245752f4031bd9
VpnSettings: switch to the new user interface.

Change-Id: I7158cd8f146677b2823cfa936792fd232a37ae28
20 files changed:
AndroidManifest.xml
res/layout/vpn_connect_dialog_view.xml [deleted file]
res/values/dimens.xml
res/values/strings.xml
res/xml/vpn_edit.xml [deleted file]
res/xml/vpn_settings.xml [deleted file]
res/xml/vpn_type.xml [deleted file]
res/xml/wireless_settings.xml
src/com/android/settings/accounts/ManageAccountsSettings.java
src/com/android/settings/vpn/AuthenticationActor.java [deleted file]
src/com/android/settings/vpn/L2tpEditor.java [deleted file]
src/com/android/settings/vpn/L2tpIpsecEditor.java [deleted file]
src/com/android/settings/vpn/L2tpIpsecPskEditor.java [deleted file]
src/com/android/settings/vpn/PptpEditor.java [deleted file]
src/com/android/settings/vpn/Util.java [deleted file]
src/com/android/settings/vpn/VpnEditor.java [deleted file]
src/com/android/settings/vpn/VpnProfileActor.java [deleted file]
src/com/android/settings/vpn/VpnProfileEditor.java [deleted file]
src/com/android/settings/vpn/VpnSettings.java [deleted file]
src/com/android/settings/vpn/VpnTypeSelection.java [deleted file]