本站提供最佳开源打印源码服务,欢迎转载和分享。

【虚拟交友软件源码】【python 论坛源码】【钢铁少女源码】android本地视频源码_android本地视频播放器全套代码

2024-11-14 15:11:01 来源:webapi token源码 分类:热点

1.android如何调用系统视频播放器,本本地播放而且没有发送qq这个选项?

android本地视频源码_android本地视频播放器全套代码

android如何调用系统视频播放器,而且没有发送qq这个选项?

       在Activity中的btn,点击btn调用系统默认播放器进行本地视频播放

       public Intent getVideoFileIntent(File videoFile)

       {

       Intent intent = new Intent(Intent.ACTION_VIEW);

       intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);

       intent.putExtra("oneshot",地视虚拟交友软件源码 0);

       intent.putExtra("configchange", 0);

       Uri uri = Uri.fromFile(videoFile);

       intent.setDataAndType(uri, "video/*");

       return intent;

       }

       在OnCreate函数中:

       btnplay = (Button)findViewById(R.id.button_play2);

       btnplay.setOnClickListener(new OnClickListener()

       {

       public void onClick(View v)

       {

       File file1 = new File("/sdcard/test.mp4");

       Intent intent = getVideoFileIntent(file1);

       startActivity(intent);

       }

       });

【本文网址:http://8o.net.cn/html/58c44599496.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap