From 1259b4e3a7b5203949f693038df18f23aa53a96d Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Thu, 9 Jun 2022 12:34:20 +0100 Subject: [PATCH] Fix instructions for locking app to recent apps list. --- lib/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/main/res/values/strings.xml b/lib/src/main/res/values/strings.xml index a103e85..bbb1b6f 100644 --- a/lib/src/main/res/values/strings.xml +++ b/lib/src/main/res/values/strings.xml @@ -18,7 +18,7 @@ <string name="dnkm_xiaomi_button">Lock to recent apps</string> <string name="dnkm_xiaomi_help">If this app is not locked to the recent apps list, it will be unable to run in the background.</string> <string name="dnkm_xiaomi_dialog_body_old">1. Open the recent apps list (also called the app switcher)\n\n2. Swipe down on the image of this app to show the padlock icon\n\n3. If the padlock is not locked, tap to lock it</string> - <string name="dnkm_xiaomi_dialog_body_new">1. Open the recent apps list (also called the app switcher)\n\n2. Press and hold the image of this app until the padlock button appears\n\n3. If the padlock is not locked, tap to lock it</string> + <string name="dnkm_xiaomi_dialog_body_new">1. Open the recent apps list (also called the app switcher)\n\n2. If this app has a small image of a padlock next to its name then you don\'t need to do anything\n\n3. If there\'s no padlock, press and hold the image of this app until the padlock button appears, then tap it</string> <string name="dnkm_xiaomi_lock_apps_text">Please tap the button below to open the security settings. Tap \"Boost speed\", then tap \"Lock apps\", and make sure this app is set to \"Locked\".</string> <string name="dnkm_xiaomi_lock_apps_button">Open Security Settings</string> -- GitLab