diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-06 22:39:11 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-01-06 22:39:51 +0100 |
commit | 9082519f2559940a08e543500f5afb8fbf0a90da (patch) | |
tree | b63da070e357076d583bbe7fec2722a990b1ce4e /app/src/main/res | |
parent | 43cb468dd4af0b522d91d782ce61461d9d6c9d31 (diff) |
check that package name is not null
Diffstat (limited to 'app/src/main/res')
-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 09b026d1..d675d7d1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -57,6 +57,11 @@ android:title="@string/pref_copy_title" /> <CheckBoxPreference android:defaultValue="true" + android:key="clear_after_copy" + android:summary="After an automatic copy or a manual copy of the password, the clipboard will be automatically cleared." + android:title="Automatically clear the clipboard after copy" /> + <CheckBoxPreference + android:defaultValue="true" android:key="filter_recursively" android:summary="@string/pref_recursive_filter_hint" android:title="@string/pref_recursive_filter" /> |