fix: update foreground service type to manifest (#3332)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-10-04 12:05:08 -05:00 committed by GitHub
parent 603276ee0a
commit f2b4b87944
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -381,8 +381,7 @@ class MeshService : Service() {
notification,
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
if (hasLocationPermission()) {
ServiceInfo.FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE or
ServiceInfo.FOREGROUND_SERVICE_TYPE_LOCATION
ServiceInfo.FOREGROUND_SERVICE_TYPE_MANIFEST
} else {
ServiceInfo.FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE
}