OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
1.82k stars 120 forks source link

Conform to standard media service lifecycle #775

Open OxygenCobalt opened 1 month ago

OxygenCobalt commented 1 month ago

Somehow find a way to completely and totally depend on Media3's media service lifecycle, which is actually supposed to be standard for android. This requires me to know exactly how to handle long-running loading tasks with the intrinsically transient nature of the default media service lifecycle.