summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-11-08 12:54:50 +0530
committerGitHub <noreply@github.com>2019-11-08 12:54:50 +0530
commite4eaae37eb419a7b2f381bc4a9d972f14a70dd32 (patch)
treeeee9e32e4594c2866c969983f4657c4d678ae083 /app/src
parent6ab66f9f0e8cc7db46384462276c47128de32f98 (diff)
parent67160f50d16e725a1464214da2d4a43ef671f10e (diff)
Re-add OpenPgpAppPreference (#564)
Re-add OpenPgpAppPreference
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/xml/preference.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 25026517..6ac317ad 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -40,11 +40,9 @@
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory android:title="@string/pref_crypto_title">
- <!-- TODO(msf): Update the damn library and re-enable this
- <org.openintents.openpgp.util.OpenPgpAppPreference
+ <org.openintents.openpgp.util.OpenPgpAppPreference2
android:key="openpgp_provider_list"
android:title="@string/pref_provider_title" />
- -->
<androidx.preference.Preference
android:key="openpgp_key_id_pref"
android:title="@string/pref_key_title" />