Uri.parse读取raw资源

// 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);
posted @ 2018-06-13 14:40  yongfengnice  阅读(398)  评论(0)    收藏  举报