From 019ba8d2d5ac89fbc33c05149368d2895ce74470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Wed, 2 Mar 2022 09:36:23 +0100 Subject: [PATCH] Change button text for Xiaomi view --- 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 27f5961..62db8f4 100644 --- a/lib/src/main/res/values/strings.xml +++ b/lib/src/main/res/values/strings.xml @@ -14,7 +14,7 @@ <string name="dnkm_huawei_app_launch_help">If this app is not set to \"Manage manually\" in the \"App launch\" screen, it will not be able to run in the background.</string> <string name="dnkm_xiaomi_text">To run in the background, this app needs to be locked to the recent apps list.</string> - <string name="dnkm_xiaomi_button">Protect this app</string> + <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> -- GitLab