SSamTure.net

워드프레스

[Android] WebView에 플레이어 연결

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.parse(url), “video/mp4″);
view.getContext().startActivity(intent);
return true;

Leave a Reply

Your email address will not be published. Required fields are marked *