problem with recording videos on api 26
Describe the bug on enabling video capture and testing it on a device running api 26 the file picker activity crashes
To Reproduce Steps to reproduce the behavior: 1.implement image picker in a fragment according to given example 2.enable check permissions 3.add camera permission to manifest 4.run app and try capturing a video
Expected behavior camera to open to recording video mode, record video successfully and return back to file picker activity
Screenshots If applicable, add screenshots to help explain your problem.
Android info (please complete the following information):
- Device/Emulator : Nexus 5x
- API level : 26
Additional context Add any other context about the problem here.
Can you try out the following release to see if it fixes the issue
implementation 'com.github.jaiselrahman:FilePicker:1.4.0-alpha01'