Back to project page MOA-Player.
The source code is released under:
MIT License
If you think the Android project MOA-Player listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package us.reimus.moaplayer; //from w ww . j a v a 2 s . co m import android.content.Context; import android.widget.MediaController; public class MusicController extends MediaController { public MusicController(Context c) { super(c); } public void hide() { } }