aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
blob: 86de8a4b75a17ba41151e3b79a908b432856fd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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
        android:defaultValue="false"
        android:key="useNumKeypadForYubikeyPin"
        android:persistent="false"
        android:title="@string/label_use_num_keypad_for_yubikey_pin" />
</PreferenceScreen>