Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.53k stars 341 forks source link

Crash #280

Open Gagandeep1408 opened 2 years ago

Gagandeep1408 commented 2 years ago

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