diff options
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 |