Is com.android.camera.action.CROP not available for Android jelly bean 4.3?

后端 未结 3 1127
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-30 11:53

I was using com.android.camera.action.CROP for cropping after taking pic using camera.

Below was my code which used to work earlier before 4.3.

Inten         


        
3条回答
  •  遥遥无期
    2020-12-30 12:33

    I've tried a couple of croppers. Especially the ones as referred by commonsware are not maintained very well. For example pictures taken with rotation data in the meta info are not well rotated. I've found this one: https://android-arsenal.com/details/1/3487 and its great. Note: make sure you add the activity with an actionbar theme!

提交回复
热议问题