android访问文件要用内部存储
时间:2021-08-21 08:16:05
收藏:0
阅读:20
1、重要要访问内部存储(即包内),外部存储要一大堆权限,最终还搞不定
String str ="data/data/com.example.pcmplayer/s16le.pcm";
PCMAudioPlayer.getInstance().startPlay(str);
原文:https://www.cnblogs.com/cnchengv/p/15168425.html
评论(0)