diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-08 12:30:14 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-08 12:30:14 +0530 |
commit | 67160f50d16e725a1464214da2d4a43ef671f10e (patch) | |
tree | ff44b33af13f411fa87ced9943eb3339c004c95b /app/src | |
parent | b9e2d6d498dfdf38314108ee507adc29c87ebefb (diff) |
Re-add OpenPgpAppPreference
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 4 |
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" /> |