From aeea8ec1ba88c8e322bbfcc2cc59c7ce33b06817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Wed, 8 Apr 2026 12:10:18 +0200 Subject: [PATCH] Fix foreground service type for Android 16 compatibility (#153) Replace systemExempted with specialUse foreground service type to comply with Android 16 restrictions. Ref: https://github.com/netbirdio/android-client/pull/153 --- tool/src/main/AndroidManifest.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tool/src/main/AndroidManifest.xml b/tool/src/main/AndroidManifest.xml index ca6d03b2..ba1f7dd6 100644 --- a/tool/src/main/AndroidManifest.xml +++ b/tool/src/main/AndroidManifest.xml @@ -5,8 +5,7 @@ - - + + android:foregroundServiceType="specialUse"> +