In Android, you can have a service run in the foreground by using the startForeground method. However, this method requires a Notification for the 2nd parameter, meaning that the user will see an icon on the status bar.
Is it possible to run a foreground service without any notification or visual indication to the user?