Hi All one of the Application implemented duration of video capturing, i set duration is 10 sec.
But it's not working in Nexus Devices, Except Nexus it's working fine for All Devices Can any one knows what is the issue.
Here is the Code.
final int durationLimit = 10;
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
intent.putExtra(MediaStore.EXTRA_DURATION_LIMIT, durationLimit);
startActivityForResult(intent, CAMERA_CODE);
I also verified this issue exists only for Google Camera App whose Version is greater than "2.5.052(2005148-30)".
Currently, on Play store, Google Camera App version is "3.2.045(2821762-30)" by using this version you can easily reproduce this issue. Previously Google Camera EXTRA_DURATION_LIMIT was working on the V2.5.052.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With