2017-06-04 45 views

回答

0

嘗試,利用從驅動視頻的URL格式和Android WebView

Uri uri = Uri.parse("https://drive.google.com/file/d/VIDEO_ID/view"); 
Intent intent = new Intent(Intent.ACTION_VIEW, uri); 
startActivity(intent); 

顯示它您還可以檢查此SO post其他解決方法。