I am using the android.provider.MediaStore.ACTION_VIDEO_CAPTURE. I was wondering if there is a way to change the maximum time allowed per recording. I TRIED ADDING
android.provider.MediaStore.ACTION_VIDEO_CAPTURE
For 30 seconds time, try this code.
intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT, 30);