What to do when - java.io.FileNotFoundException: No content provider?
You can also try this:
Uri.fromFile(new File(your image path));
Maybe you should pass an uri of the form file:///sdcard/Video0006.mp4
.
This worked for me
val uri:Uri = File(path).toUri()