I have figured out the problem thanks to this SO post. I used
androidx.core.content.FileProvider
in my java file, but used the following in my manifest: android.support.v4.content.FileProvider
.
I have now changed the manifest to match the java file. Things work now.