Skip to content

Commit d81638a

Browse files
committed
Rename cipher plain to none
1 parent 053206d commit d81638a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/main/res/values/arrays.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string-array name="enc_method_entry" translatable="false">
4-
<item>PLAIN</item>
4+
<item>NONE</item>
55
<item>RC4-MD5</item>
66
<item>AES-128-CFB</item>
77
<item>AES-192-CFB</item>
@@ -24,7 +24,7 @@
2424
</string-array>
2525

2626
<string-array name="enc_method_value" translatable="false">
27-
<item>plain</item>
27+
<item>none</item>
2828
<item>rc4-md5</item>
2929
<item>aes-128-cfb</item>
3030
<item>aes-192-cfb</item>

0 commit comments

Comments
 (0)