Files
open-keychain/OpenKeychain/src/main/res/xml/passphrase_preferences.xml

18 lines
812 B
XML
Raw Normal View History

2014-03-05 20:42:11 +02:00
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<org.sufficientlysecure.keychain.ui.widget.IntegerListPreference
android:entries="@array/passphrase_cache_ttl_entries"
android:entryValues="@array/passphrase_cache_ttl_values"
android:key="passphraseCacheTtl"
android:persistent="false"
android:title="@string/label_passphrase_cache_ttl" />
<CheckBoxPreference
android:key="passphraseCacheSubs"
android:persistent="false"
android:title="@string/label_passphrase_cache_subs" />
<CheckBoxPreference
2015-10-16 13:43:21 +02:00
android:defaultValue="false"
android:key="useNumKeypadForYubikeyPin"
android:persistent="false"
android:title="@string/label_use_num_keypad_for_yubikey_pin" />
2014-04-02 15:36:32 +02:00
</PreferenceScreen>