How reload app from Android Studio with Foreground Service running?
I'm new to Android development. We have an app where a Foreground service gets kicked off when the app boots. The service is all good and working well.
When debugging an app without a Foreground Service in Android studio was easy...you find the app in the Recents list, kill it, and then hit the "Play" button to Run your app with the most recent changes.
The problem is when killing the app, the Foreground Service is still running so clicking the play button just sits there with a progress bar...