Kar*_*thi 1 android android-video-player
在android中为应用程序如果你需要打开任何链接默认我们可以在浏览器中启动它而不是加载它WebView,同样如果我想播放视频,我有视频URL,我怎么能在默认视频播放器中播放它android,而不是使用VideoView.
如果有人知道意味着帮助我吗?
谢谢.
使用它来播放视频而不使用VideoView ..
Intent intent = new Intent(android.content.Intent.ACTION_VIEW);
Uri data = Uri.parse(Path to video file);
intent.setDataAndType(data, "video/mp4");
startActivity(intent);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8628 次 |
| 最近记录: |