Add a "Screen security" option that determines whether FLAG_SECURE is set

This commit is contained in:
Alexander Bakker 2018-05-11 19:33:20 +02:00
parent 4b9ec0cc9c
commit 9b6da0d3e3
7 changed files with 37 additions and 27 deletions

View file

@ -19,6 +19,11 @@
<PreferenceCategory
android:title="Security">
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_secure_screen"
android:title="@string/pref_secure_screen_title"
android:summary="@string/pref_secure_screen_summary"/>
<EditTextPreference
android:key="pref_timeout"
android:title="@string/pref_timeout_title"