From d2721f2d7dd5b9660bba1fe59b91bb5f3122cd76 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 30 Mar 2020 10:45:49 +0530 Subject: BiometricAuthenticator: implement biometric authentication for sensitive operations When biometric hardware is available, it will be used to authenticate the user before private keys are shown on screen or when zip exports are executed. Signed-off-by: Harsh Shandilya --- ui/src/main/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/src/main/res/values/strings.xml') diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 8e5c28d1..50bc40b8 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -191,4 +191,8 @@ Saved to ā€œ%sā€ Zip file will be saved to downloads folder Export tunnels to zip file + Authenticate to export tunnels + Authenticate to view private key + Authentication failure + Authentication failure: %s -- cgit v1.2.3-59-g8ed1b