diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-12 22:31:17 +0200 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2015-05-12 22:31:17 +0200 |
commit | a58d435e0c9c9a32ff4db7a28029c5fb1b001c10 (patch) | |
tree | a05408bdc59ec8216d2c64adf069962f2c96fd10 /app/src/main/res | |
parent | af80c6b04562a6adf49e6c1e098f0c64d1d778b2 (diff) |
initial support for openpgp-api v7
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"> |