diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-01 16:41:52 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-01 16:41:52 -0700 |
commit | 984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2 (patch) | |
tree | 1eaddf006bef618f134bf197762896d21267e952 /app/src/main/res/values/strings_pref_security.xml | |
parent | 58f4f9298b09081b3c937227828824849057a835 (diff) | |
download | frost-984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2.tar.gz frost-984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2.tar.bz2 frost-984a4a7bf1d08c0d3143ea6d3ea637d7e674f0c2.zip |
Add security settings for biometrics
Diffstat (limited to 'app/src/main/res/values/strings_pref_security.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_security.xml | 6 |
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 |