When attempting to transfer a camera image, the underground version of the app fails with the following details from debug:
this = {ImageCameraActivity@4731}
actionCode = 52
photoURI = null
authority = "com.all_things_android.colorblind.underground.provider"
takePictureIntent = {Intent@4736} "Intent { act=android.media.action.IMAGE_CAPTURE }"
photoFile = {File@4737} "/storage/emulated/0/Android/data/com.all_things_android.colorblind.underground/cache/IMG_20170413_1051_-1100816494.jpg"
e = {IllegalArgumentException@4738} "java.lang.IllegalArgumentException: Failed to find configured root that contains /storage/emulated/0/Android/data/com.all_things_android.colorblind.underground/cache/IMG_20170413_1051_-1100816494.jpg"
The paid version of the app works fine on my Amazon Fire, but not the Underground version. The cache file does exist, and a temporary file was created in the cache.
Have no clue as to what is causing the problem.