Code for "Video Record"
Set these codes:
Intent takeVideoIntent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
if (takeVideoIntent.resolveActivity(getPackageManager()) != null) {startActivityForResult(takeVideoIntent, REQ_CD_CAM);
}
Go to our channel:
https://youtube.com/channel/UCfRsBA71sa4LaDTZuSkmasw
Comments
Post a Comment