From c3f5a5d7e05caeee0b6d21cebb686144f713c9c2 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 16 Dec 2023 12:11:19 -0500 Subject: [PATCH] Set foreground service type for ExtensionInstallService (cherry picked from commit 8aaf8df7080c232e3bb7966a88f608a4e176a525) --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c5da38cd4..bc4342ad9 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -152,7 +152,8 @@ + android:exported="false" + android:foregroundServiceType="shortService" />