mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
disable not used option
This commit is contained in:
parent
fa01c80435
commit
85d4ca3f96
|
@ -17,7 +17,8 @@
|
|||
<org.openintents.openpgp.util.OpenPgpAppPreference
|
||||
android:key="openpgp_provider_list" android:title="@string/pref_provider_title" />
|
||||
<org.openintents.openpgp.util.OpenPgpKeyPreference
|
||||
android:key="openpgp_key" android:title="Select key" />
|
||||
android:key="openpgp_key" android:title="Select key"
|
||||
android:enabled="false"/>
|
||||
<Preference android:title="@string/pref_key_title"
|
||||
android:key="openpgp_key_id_pref" />
|
||||
</PreferenceCategory>
|
||||
|
|
Loading…
Reference in a new issue