4

I used the code below to set minimum duration for video recording, but it is not working. I have tested it on Android 2.2 and Android 2.3.3

intent.putExtra("android.intent.extra.durationLimit", 60); 

What is a correct way to do this?

4

1 回答 1

0

我用

intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT, 60);

于 2013-01-26T22:34:28.077 回答