Added option for num keypad for YubiKey

This commit is contained in:
Jerzy Kołosowski
2014-10-13 04:47:48 +02:00
parent 7ff526724b
commit 13ed3bbd8a
8 changed files with 58 additions and 4 deletions

View File

@@ -44,5 +44,9 @@
android:defaultValue="true"
android:title="@string/label_use_default_yubikey_pin"
android:summary="@string/label_label_use_default_yubikey_pin_summary" />
<CheckBoxPreference
android:key="useNumKeypadForYubikeyPin"
android:persistent="false"
android:defaultValue="false"
android:title="@string/label_use_num_keypad_for_yubikey_pin" />
</PreferenceScreen>