aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-07-16 12:18:38 +0530
committerGitHub <noreply@github.com>2020-07-16 12:18:38 +0530
commitd4379a47791ea0002eda9821f35c632f1e224962 (patch)
tree2800d02bc7c2e412777cd4d7e00105b575f5d375 /app/src/main/res/xml
parent41ecdd7b08bf3119c365ed8ce29fb95c63668e4b (diff)
Remove manual key selection and start actually using `.gpg-id` (#916)
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preference.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml
index 3c39bfad..318b8431 100644
--- a/app/src/main/res/xml/preference.xml
+++ b/app/src/main/res/xml/preference.xml
@@ -78,15 +78,6 @@
app:title="@string/pref_select_external_repository" />
</PreferenceCategory>
- <PreferenceCategory app:title="@string/pref_crypto_title">
- <me.msfjarvis.openpgpktx.preference.OpenPgpAppPreference
- app:key="openpgp_provider_list"
- app:title="@string/pref_provider_title" />
- <Preference
- app:key="openpgp_key_id_pref"
- app:title="@string/pref_key_title" />
- </PreferenceCategory>
-
<PreferenceCategory app:title="@string/password_generator_category_title">
<ListPreference
app:defaultValue="classic"