Open eksperts opened 6 years ago
The forum thread ISSUE CAMERA CRASH posted by toto007 was linked to this issue.
Any progress on this?
Any progress on this? I can't take a picture on my apps and now the minimum version is SDK 26!
I see https://github.com/fuse-open/fuselibs/pull/1207 but I don't know how can implement it to Fuse.ImageTools!
I fully agree with ckarmy
Reported on community.
Version fuse and OS
Fuse 1.5.0, macOS High Sierra
What do I expect?
I expect the URL of the photo to be printed on the console correctly when i use takephoto of Fuse.Camera Module
What's going on?
An exception thrown
System.err: android.os.FileUriExposedException
. This happens with Android versions > = 8.0. With earlier versions and with iOS it works properly. I have noticed that the cause is having added these specs in the project file:Reproduce the issue
Mainview.ux
*.unoproj
EXCEPTION
Useful reference (see the suggestion to use
content:
instead offile:
): https://developer.android.com/reference/android/os/FileUriExposedException.html Since this causes a hard crash on builds, I reckon this might be quite an important one.