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?
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?