摘要:
/* 播放录音文件 */private void playMusic(File file){Intent intent = new Intent();intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intent.setAction(android.con... 阅读全文
posted @ 2014-05-21 23:19
、Happiness↘.
阅读(131)
评论(0)
推荐(0)