Hello,
I have a WebView that runs a player in an app. When this app is paused, the streaming/sound played by webview continues, what is great... but if I actively close the activity in background (or it's killed by the system), the sound stops. Is there any way to maintain the activity running in background (webview in activity is running!), like we do with a service?
I have a WebView that runs a player in an app. When this app is paused, the streaming/sound played by webview continues, what is great... but if I actively close the activity in background (or it's killed by the system), the sound stops. Is there any way to maintain the activity running in background (webview in activity is running!), like we do with a service?