aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_security.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-05-09 20:07:02 +0800
committerGitHub <noreply@github.com>2019-05-09 20:07:02 +0800
commita5a19290a876faca91c6c865c50350689f72c080 (patch)
treedc9999e87af09f629ec758bd721cbb01a21dd660 /app/src/main/res/values/strings_pref_security.xml
parente7a499f6314f8d6345b19c3e221f3cd9cd176d4f (diff)
parente0bea89b0897d741634098c33bf2aedc5e5fc88e (diff)
downloadfrost-a5a19290a876faca91c6c865c50350689f72c080.tar.gz
frost-a5a19290a876faca91c6c865c50350689f72c080.tar.bz2
frost-a5a19290a876faca91c6c865c50350689f72c080.zip
Merge pull request #1405 from AllanWang/feature/lockscreen
Feature/lockscreen
Diffstat (limited to 'app/src/main/res/values/strings_pref_security.xml')
-rw-r--r--app/src/main/res/values/strings_pref_security.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_security.xml b/app/src/main/res/values/strings_pref_security.xml
new file mode 100644
index 00000000..5e0bcac3
--- /dev/null
+++ b/app/src/main/res/values/strings_pref_security.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="security_disclaimer_info">Security preferences help protect access to Frost from the UI. However, note that local data is not encrypted, and can still be accessed by rooted users.</string>
+ <string name="enable_biometrics">Enable biometrics</string>
+ <string name="enable_biometrics_desc">Require biometric authentication after inactivity</string>
+</resources> \ No newline at end of file