From 0b79ff62a5cc908b5ce872ca42d7eb9f9dd2d8ad Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Tue, 28 Nov 2023 22:05:02 +0100 Subject: [PATCH] Move foreground service type description to manifest --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/values/strings.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1ffc2ea..07465df 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -79,7 +79,7 @@ android:foregroundServiceType="specialUse"> + android:value="This is the main feature of this application. The foreground notification displays the connectivity status to the configurable remote server and the service notifies the user when a new message has been published on the remote server." /> You have received a message with an intent url: Open Cancel - This is the main feature of this application. The foreground notification displays the connectivity status to the configurable remote server and the service notifies the user when a new message has been published on the remote server. Not connected Trying to reconnect