随笔分类 -  ApiDemos学习日志

一些简单的记录
通过Intent播放音频
摘要:1 Intent intent = new Intent(Intent.ACTION_GET_CONTENT);2 intent.setType("audio/*");3 startActivity(Intent.createChooser(intent, "Select music")); 阅读全文
posted @ 2015-01-27 20:07 Ivan Aldrich 阅读(444) 评论(0) 推荐(0)