aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-10-27 00:14:42 +0530
committerGitHub <noreply@github.com>2019-10-27 00:14:42 +0530
commitcdf45bc323bd21eeb6252c9d9b70a990f7b39b75 (patch)
treee23c97e6135b680fc83fa6d3a4905cb3a8f83f75 /app/src/main/res/xml
parent2fcec8685b7d198d8f3cd3a5d5960cb633394fe5 (diff)
Add setting to save OpenKeychain auth keyid (#554)
* Add setting to save OpenKeychain auth keyid * Hide pref not disable Co-Authored-By: Reagan Sanders <vexofp@gmail.com> Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 9124d218..b6d720a5 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -20,6 +20,9 @@
android:key="hotp_remember_clear_choice"
android:title="@string/hotp_remember_clear_choice" />
<androidx.preference.Preference
+ android:key="ssh_openkeystore_clear_keyid"
+ android:title="@string/ssh_openkeystore_clear_keyid" />
+ <androidx.preference.Preference
android:key="ssh_see_key"
android:title="@string/pref_ssh_see_key_title" />
<androidx.preference.Preference