build.gradle
1.83 KB
-
Fix thread access when creating notifications for media sessions · 73c216d1
The sessions may have different application threads for their players, and the service with its notification provider runs on the main thread. To ensure everything runs on the correct thread, this change labels methods where needed and fixes thread access in some places. Issue: androidx/media#318 PiperOrigin-RevId: 524849598
tonihei committed