0
点赞
收藏
分享

微信扫一扫

Uri.parse读取raw资源

_阿瑶 2022-05-17 阅读 92
// Construct a URI that points to the video resource that we want to play
Uri videoUri = Uri.parse("android.resource://" + getPackageName() + "/" + R.raw.vid_bigbuckbunny);




举报

相关推荐

0 条评论