如何使用intent android启动视频

use*_*511 2 android

我正在尝试使用意图启动视频媒体类型.我对此完全陌生.我会很感激.

nha*_*man 5

Intent tostart = new Intent(Intent.ACTION_VIEW);
tostart.setDataAndType(Uri.parse(movieurl), "video/*");
startActivity(tostart);
Run Code Online (Sandbox Code Playgroud)