diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 4c6e3157..c27f36f2 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -7,15 +7,8 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/pref_crypto_title"> - <org.openintents.openpgp.util.OpenPgpListPreference + <org.openintents.openpgp.util.OpenPgpAppPreference android:key="openpgp_provider_list" android:title="@string/pref_provider_title" /> - - <EditTextPreference android:title="@string/pref_provider_account_title" - android:hint="@string/pref_provider_account_hint" android:key="openpgp_account_name" - android:inputType="textEmailAddress" /> - - <Preference android:title="@string/pref_key_title" - android:key="openpgp_key_id" /> </PreferenceCategory> <PreferenceCategory android:title="@string/pref_general_title"> |