FakeMediaSource.java
9.54 KB
-
Use Util method to create Handler instead of using deprecated method. · 65c4a588
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
tonihei committed