fileuriexposedexception

  1. R

    Android Question FileUriExposedException while cropping a picture

    With version 26 changes, I found another problem. This piece of code fails in version 24 and above i.Initialize("com.android.camera.action.CROP", ParseUri("file://" & File.Combine(Main.rp.GetSafeDirDefaultExternal(""), PictureName))) i.SetType("image/*") i.PutExtra("crop", "true")...
Top