예제 #1
0
파일: Song.java 프로젝트: kpj/ThunderPlay
 public Bitmap getAlbumCover() {
   return MusicHandler.getAlbumart(filepath);
 }