Merge "Fix watch UMO is dismissed when the phone is showing "Stream Paused" notification." into main

This commit is contained in:
Treehugger Robot
2025-03-12 01:29:46 -07:00
committed by Android (Google) Code Review

View File

@@ -103,7 +103,7 @@ public class AudioStreamMediaService extends Service {
private final PlaybackState.Builder mPlayStateHysteresisBuilder =
new PlaybackState.Builder()
.setState(
PlaybackState.STATE_STOPPED,
PlaybackState.STATE_PAUSED,
STATIC_PLAYBACK_POSITION,
ZERO_PLAYBACK_SPEED)
.addCustomAction(