Is it possible to create an Android Foreground service for location monitoring in MAUI Blazor .NET 8 that won’t close when the application is closed?
I’m developing a monitoring application on MAUI Blazor for Android 14. Is it possible to make the monitoring (GPS Location) continue working even if the application is closed from the recent tasks?