두덕리온라인
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(newVideoPath));intent.setDataAndType(Uri.parse(newVideoPath), "video/mp4");startActivity(intent);