Android 利用發送Intent播放本地視頻和網絡視頻(瀏覽器打開這個URL)

 Android 中除了利用 VideoView、Mediaplayer 播放視頻文件外,還能夠用發送 Intent 來調用視頻播放模塊。   方法以下:瀏覽器   1.播放本地視頻網絡           Intent intent = new Intent(Intent.ACTION_VIEW);         String type = "video/mp4";         Uri
相關文章
相關標籤/搜索