From 1686eb6a77d1c2463fd98ab8ec45b78c7769abac Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Wed, 12 Jun 2024 16:05:15 +0200 Subject: [PATCH] Fix soft update message Fix soft update message to indicate reboot does not happen in all cases. Signed-off-by: Diego Rondini --- .../src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uf-service-api-reference-implementation/src/main/res/values/strings.xml b/uf-service-api-reference-implementation/src/main/res/values/strings.xml index 229dc47..8f78c71 100644 --- a/uf-service-api-reference-implementation/src/main/res/values/strings.xml +++ b/uf-service-api-reference-implementation/src/main/res/values/strings.xml @@ -20,7 +20,7 @@ New update available New update is available to download.\nUpdates include new features, improvements and bug fixes.\nClick OK to download the update now. Update Authorization - The upgrade is ready, click OK to upgrade now.\nThe device will be restarted during the upgrade process. + The upgrade is ready, click OK to upgrade now.\nThe device may reboot during the upgrade process. The update process is awaiting authorization for \'%s\'. Grant As the installed UF Android Service version is < v1.6.0, if the authorization request for download or update is denied, a reboot or a force ping are required to be able to grant the authorization.