mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-01 20:32:19 +00:00
Add a "Screen security" option that determines whether FLAG_SECURE is set
This commit is contained in:
parent
4b9ec0cc9c
commit
9b6da0d3e3
7 changed files with 37 additions and 27 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue