Checking my app\'s behavior on M Preview device, it seems that its foreground (with active notification) service playing music is not affected by Doze mode.
Attention, Foreground service can prevent your app never into app standby, but not doze.
Here use adb cmd to test
$ adb shell dumpsys battery unplug $ adb shell am set-inactive true