esafirm/android-image-picker

Please help me check permission create file for Android 10

Closed this issue · 1 comments

Expected Behavior

Grant Permission and open Only Camera

Actual Behavior

Grant permission CAMERA, error when create file

kotlin.io.NoSuchFileException: /storage/emulated/0/Android/data/com.musiconline.app/files/Pictures/Camera/IMG_20211002_191137_439.jpg: The source file doesn't exist.
   kotlin.io.FilesKt__UtilsKt.copyTo(Utils.kt:219)
   kotlin.io.FilesKt__UtilsKt.copyTo$default(Utils.kt:217)

Steps to Reproduce the Problem

Specifications

  • Image Picker Version: v2.4.7
  • Android OS: v10
  • Phone: Mi8

Duplicate of #393