How can I limit recording when using intents?
I tried this code:
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); intent.putExtra(\"android
intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT, 60);