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
Use this,here 60 is second Code: intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT, 60);