No Activity found to handle Intent { act=android.media.action.IMAGE_CAPTURE }

前端 未结 1 1506
生来不讨喜
生来不讨喜 2021-01-19 12:23

I received the following crash report in my Android application when trying to call the ACTION_IMAGE_CAPTURE intent. This code has been running in my app for months with no

相关标签:
1条回答
  • 2021-01-19 13:11

    A few things come to mind 1.Could be a tablet, the kindle fire does not have a camera. 2. A phone that does not have a camera 3. No SD card installed

    I agree you would think it would be a safe operation to call the image capture intent but with so many devices running Android it's impossible to know what device your app is running on.

    0 讨论(0)
提交回复
热议问题