Android MediaStore.EXTRA_DURATION_LIMIT Ignored

I am using htc desire-HD. When I use my camera to shoot video with

Intent(MediaStore.ACTION_VIDEO_CAPTURE) 

      

I give it a duration limit with

intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT,MAX_DURATION).

      

The camera seems to ignore the duration limit. It works on Nexus-s, Motorola RAZR, Galaxy SII. Is there any other way to limit video capture duration on htc devices?

+3


source to share





All Articles