aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
blob: 25bdf3a3dedec898f25b5d94243b7999ad1dc87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <PreferenceScreen
        android:key="passphraseCacheTtls"
        android:persistent="false"
        android:title="@string/label_passphrase_cache_ttl" />
    <CheckBoxPreference
        android:key="passphraseCacheSubs"
        android:persistent="true"
        android:title="@string/label_passphrase_cache_subs" />
    <CheckBoxPreference
        android:defaultValue="false"
        android:key="useNumKeypadForYubikeyPin"
        android:persistent="true"
        android:title="@string/label_use_num_keypad_for_yubikey_pin" />
</PreferenceScreen>