mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00

Calls to new Handler() without arguments are deprecated as of the latest Android version. Replace them by a Util.createHandler call similar to the ones we already have. PiperOrigin-RevId: 283532891