android intent choose video

https:‮al.www//‬utturi.com
android intent choose video
Intent intent = new Intent();

intent.setType("video/*");
intent.setAction(Intent.ACTION_GET_CONTENT);

startActivityForResult(Intent.createChooser(intent,"Select Video"),REQUEST_TAKE_GALLERY_VIDEO);
Created Time:2017-09-17 15:19:30  Author:lautturi