diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/arrays.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 559a520c..8cfcc7fc 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -52,10 +52,12 @@ <item>xkpasswd</item> </string-array> <string-array name="oreo_autofill_directory_structure_entries"> - <item>/example.org/john@doe.org(.gpg)</item> - <item>/example.org/john@doe.org/password(.gpg)</item> + <item>work/example.org(.gpg)</item> + <item>work/example.org/john@doe.org(.gpg)</item> + <item>work/example.org/john@doe.org/password(.gpg)</item> </string-array> <string-array name="oreo_autofill_directory_structure_values"> + <item>encrypted_username</item> <item>file</item> <item>directory</item> </string-array> |