aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-11-30 19:49:47 +0100
committerChristian Schneppe <christian@pix-art.de>2018-11-30 19:50:41 +0100
commit14fb5eefbcb4a9d7661e476cc2a05fe10da3f11a (patch)
tree351b0d2fc911d4b4e5a188dc95c53071157c0759 /src/main/res/xml/preferences.xml
parent964cf03653fb28f49c373421d472ae30b641b546 (diff)
let the user forbid android from taking screenshots
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 819fcded9..e5ccfa8e4 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -256,6 +256,11 @@
android:value="security" />
</intent>
<CheckBoxPreference
+ android:defaultValue="@bool/screen_security"
+ android:key="screen_security"
+ android:summary="@string/pref_screen_security_summary"
+ android:title="@string/pref_screen_security" />
+ <CheckBoxPreference
android:defaultValue="@bool/confirm_messages"
android:key="confirm_messages"
android:summary="@string/pref_confirm_messages_summary"