mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

After this change, a WakeLock of PowerManager#PARTIAL_WAKE_LOCK level would be acquired when the media is paused due to playback attempt without suitable output. This WakeLock will be release either when the suitable media output has been connected or the set timeout to do so has expired. PiperOrigin-RevId: 661570346