mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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