mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 22:35:17 +00:00
disable not used option
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user