ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

Crash

Open Gagandeep1408 opened this issue 2 years ago • 0 comments

Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{com.tuma.libtravel/com.github.dhaval2404.imagepicker.ImagePickerActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 clip={text/uri-list {...}} (has extras) } android.app.ActivityThread.performLaunchActivity keyboard_arrow_down Caused by android.content.ActivityNotFoundException No Activity found to handle Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 clip={text/uri-list {...}} (has extras) } keyboard_arrow_up android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2073) arrow_drop_down androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:628) arrow_right com.github.dhaval2404.imagepicker.provider.CameraProvider.startCameraIntent (CameraProvider.kt:136) com.github.dhaval2404.imagepicker.provider.CameraProvider.checkPermission (CameraProvider.kt:116) com.github.dhaval2404.imagepicker.provider.CameraProvider.startIntent (CameraProvider.kt:105) com.github.dhaval2404.imagepicker.ImagePickerActivity.loadBundle (ImagePickerActivity.kt:104) com.github.dhaval2404.imagepicker.ImagePickerActivity.onCreate (ImagePickerActivity.kt:56) android.app.Activity.performCreate (Activity.java:8232) arrow_drop_down

Gagandeep1408 avatar Jan 28 '22 11:01 Gagandeep1408