andy_lha

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年5月22日

摘要: android 播放音乐private MediaPlayer mMediaPlayer; //定义public void playTone() { //mMediaPlayer.create(getApplicationContext(), uri) mMediaPlayer.stop(); ... 阅读全文
posted @ 2014-05-22 15:22 andy_lha 阅读(185) 评论(0) 推荐(0)