diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-24 07:18:03 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-24 07:18:03 +0100 |
commit | 9798eaa74f057257ba727a1441b449af475c9f8a (patch) | |
tree | 2ad7e3a0ff2fdf2cb99cc66535a55082f7a0ea70 /app/src/main/res/xml | |
parent | d0ca59600660eba9146a147881dc6e6dda9844a1 (diff) |
add preference option to export all passwords to an external dir
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index d675d7d1..0471e71d 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -90,6 +90,11 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/pref_misc_title"> + <Preference + android:key="export_passwords" + android:title="Export Passwords" + android:summary="Exports the encrypted passwords to an external directory"/> + <CheckBoxPreference android:defaultValue="false" android:key="clear_clipboard_20x" |