No Activity found to handle Intent com.android.camera.action.CROP

前端 未结 1 2023
眼角桃花
眼角桃花 2021-01-29 05:49

I\'m trying to do a picture from my application. I can launch the camera and do the picture, but when has finish to do the picture my app crash. I can see in my screen that my G

1条回答
  •  盖世英雄少女心
    2021-01-29 06:37

    No, Android Does Not Have a Crop Intent

    Many developers are calling startActivity() on an Intent with an action of com.android.camera.action.CROP. They are doing this to crop an image.

    This is a really bad idea.

    Source here - CommonsBlog

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