diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-01 15:33:00 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-01 15:33:00 +0200 |
commit | 3d54881bc78b893ab286681338dd7b9b69d871b3 (patch) | |
tree | a6e8e13bc598a4762c96312800451ddf0a8306e6 /res/values/arrays.xml | |
parent | 61deb1b6598f2816125525c8621b08e047172768 (diff) |
Support strange certificate + passsword authentication types
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 98f244bc..3dd0cbb4 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - + <!-- Keep the order the same as the TYPE_ constants in VPNProfile --> <string-array name="vpn_types"> <item>Certificates</item> <item>PKCS12 File</item> <item>Android Certficate</item> <item>Username/Password</item> <item>Static Keys</item> + <item>User/PW + Certificates</item> + <item>User/PW + PKCS12 </item> + <item>User/PW + Android</item> </string-array> <string-array name="vpn_entry_types"> <item>certs</item> |