Commit d81638a1 authored by Max Lv's avatar Max Lv

Rename cipher plain to none

parent 053206d1
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="enc_method_entry" translatable="false">
<item>PLAIN</item>
<item>NONE</item>
<item>RC4-MD5</item>
<item>AES-128-CFB</item>
<item>AES-192-CFB</item>
......@@ -24,7 +24,7 @@
</string-array>
<string-array name="enc_method_value" translatable="false">
<item>plain</item>
<item>none</item>
<item>rc4-md5</item>
<item>aes-128-cfb</item>
<item>aes-192-cfb</item>
......
Subproject commit 87a63a36e55f8c24a3e8e32931f35963cfeb51ca
Subproject commit ea24418ffcbb01ebb88fd3af9e161a5f93fe0a27
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment