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

后端 未结 3 1125
佛祖请我去吃肉
佛祖请我去吃肉 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:44

    According to @commonsware 's post
    This intent is based on AOSP camera app which may or may not be available in target device, for some 4.3 devices it may work while for some it wil not.

    So better approach will be to use any open source library found at Android arsenal
    (make sure they are also not based on AOSP).

提交回复
热议问题