android调用本地录制程序获取录制文件路径的问题(摘)(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:36 点击:次
while ((len = fis.read(buf)) > 0) {
fos.write(buf, 0, len);
}
fis.close();
fos.close();
} catch (IOException io_e) {
// TODO: handle error
}
}
The MediaStore.EXTRA_OUTPUT and the Uri aren't necessary in this case.
作者“fxrz12”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 进入详细评论页>>