MusicLake icon indicating copy to clipboard operation
MusicLake copied to clipboard

MediaPlayer、Exoplayer音乐播放器,可播在线音乐,qq音乐,百度音乐,虾米音乐,网易云音乐,YouTuBe

Results 7 MusicLake issues
Sort by recently updated
recently updated
newest added

public class IMusicServiceStub extends IMusicService.Stub { private static final String TAG = "IMusicServiceStub"; private final WeakReference mService; 作者,你好,这里的mService弱引用,好像并不能被gc回收,我在MainActivity,写了计时器,没三秒触发一次GC,但是这个mService hashcode一直没有变过,是否这个弱引用无效呢? **不停触发GC** private Handler handler = new Handler() { @Override public void...

When download music complete it store to path download normally it can play within this app. But when check in Play Music App in machine it not found music that...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

`` 查看了源码,发现这个并没有另外起进程,还是在同一个进程下,那么配置aidl的意义是为了什么呢?