You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val result: CropImage.ActivityResult = CropImage.getActivityResult(data)!!
val resultUri: Uri? = result?.uriContent
val resultFilePath: String? = result?.getUriFilePath(mContext, true)
val file = File(resultFilePath)
On Button Click
onActivityResult
File absolute path
/data/user/0/com.kw.wanderer/cache/temp_file_20210531_192600.
Not getting file extension on below all android 10 devices.
The text was updated successfully, but these errors were encountered: