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);
原文地址:https://www.cnblogs.com/yongfengnice/p/9177706.html