Cherish:Unlock keystore with fingerprint after reboot (2/2)

This commit is contained in:
xyyx
2019-10-08 15:28:23 +02:00
committed by Hưng Phan
parent aa7248a139
commit 76135463ad
3 changed files with 18 additions and 0 deletions

View File

@@ -115,4 +115,11 @@
android:summary="@string/fprint_sucess_vib_summary"
android:persistent="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="fp_unlock_keystore"
android:icon="@drawable/ic_unlock"
android:title="@string/fp_unlock_keystore_title"
android:summary="@string/fp_unlock_keystore_summary"
android:defaultValue="false" />
</PreferenceScreen>