From 355251694d63640f028f3e2c17235d12a8573df6 Mon Sep 17 00:00:00 2001
From: pacien
Date: Tue, 8 Dec 2020 18:03:20 +0100
Subject: ConfigurationAccessService: prevent service from being stopped when
app loses focus
This makes the ConfigurationAccessService (formerly ConfigurationFtpService) start in foreground
through the use of a persistent notification so that it isn't stopped by the system after the app
loses the focus on the user's screen, which happens when the user switches to an FTP client
application on the same device.
---
app/src/main/res/values/strings.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'app/src/main/res/values/strings.xml')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cae7fe5..6c1a934 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -75,6 +75,10 @@
Invalid network configuration in network.conf:\n%1$s
Could not decrypt private keys:\n%1$s
+ Configuration access
+ Configuration access server active
+ The configuration directory is accessible through FTP.
+
Configure
Connect to network
@@ -85,7 +89,7 @@
Invalid network name.
Network configuration written.
- Configuration server
+ Configuration access
FTP access
User: %1$s, password: %2$s, port: %3$d
Not active
--
cgit v1.2.3