Hide Security option if no biometric authentication available. Require biometric authentication when going into security settings.

This commit is contained in:
Alex Ning
2020-09-19 00:07:41 +08:00
parent 8a999a04c3
commit bf906b8a6c
8 changed files with 120 additions and 29 deletions

View File

@@ -42,6 +42,7 @@
app:fragment="ml.docilealligator.infinityforreddit.Settings.DownloadLocationPreferenceFragment" />
<Preference
app:key="security"
app:title="@string/settings_security_title"
android:icon="@drawable/ic_security_24dp"
app:fragment="ml.docilealligator.infinityforreddit.Settings.SecurityPreferenceFragment" />