Merge "Fix watch UMO is dismissed when the phone is showing "Stream Paused" notification." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
52c57d003e
@@ -103,7 +103,7 @@ public class AudioStreamMediaService extends Service {
|
|||||||
private final PlaybackState.Builder mPlayStateHysteresisBuilder =
|
private final PlaybackState.Builder mPlayStateHysteresisBuilder =
|
||||||
new PlaybackState.Builder()
|
new PlaybackState.Builder()
|
||||||
.setState(
|
.setState(
|
||||||
PlaybackState.STATE_STOPPED,
|
PlaybackState.STATE_PAUSED,
|
||||||
STATIC_PLAYBACK_POSITION,
|
STATIC_PLAYBACK_POSITION,
|
||||||
ZERO_PLAYBACK_SPEED)
|
ZERO_PLAYBACK_SPEED)
|
||||||
.addCustomAction(
|
.addCustomAction(
|
||||||
|
|||||||
Reference in New Issue
Block a user