aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/passphrase_preferences.xml
blob: b9696492a4c4b27297f62c1277f8251e44094905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <PreferenceScreen
        android:key="passphraseCacheTtls"
        android:title="@string/label_passphrase_cache_ttl" />
    <SwitchPreference
        android:defaultValue="false"
        android:key="passphraseCacheSubs"
        android:title="@string/label_passphrase_cache_subs" />
    <SwitchPreference
        android:defaultValue="true"
        android:key="useNumKeypadForYubikeyPin"
        android:title="@string/label_use_num_keypad_for_security_token_pin" />
</PreferenceScreen>