diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
commit | 7aab2ed1a75b29c40c0f83b1d48d889b02deb61f (patch) | |
tree | cc6e5a78b238c8e424276c37e3681485bc5d0e6e /res/values/arrays.xml | |
parent | 8606c50fb2b9715fc9a70033aafcdec6b61cea5c (diff) |
Fix errors reported by lint
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 3dd0cbb4..20ad809e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -11,13 +11,7 @@ <item>User/PW + PKCS12 </item> <item>User/PW + Android</item> </string-array> - <string-array name="vpn_entry_types"> - <item>certs</item> - <item>pkcs12</item> - <item>keystore</item> - <item>userpw</item> - <item>statickeys</item> - </string-array> + <string-array name="tls_directions_entries"> <item>0</item> <item>1</item> |