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
Actually, MediaStore.EXTRA_DURATION_LIMIT provide time in seconds, NOT in miliseconds!
So you just need to change your value from 60000 to 60 ;)
Android Documentation