Since the O Preview the new notification for apps 'running in the background' has appeared. Originally even Google Play Music fell foul of this https://issuetracker.google.com/issues/62470721
Google have somehow fixed this in (Google Play Music and Maps at least)
I have updated my test app to target O and using the new Context.StartForegroundService as per the behaviour change guidelines then added notification channel to the notification posted in startForeground.
However the 'running in background' notification still appears (including the previously immune Google apps too)
The behavior documentation makes no reference to this, its reasoning or how to prevent it. Other than not using a service any way to stop it?