unable to find com.android.camera.CropImage activity in android

前端 未结 6 858
别那么骄傲
别那么骄傲 2020-12-03 02:14

I am trying to run PhotoStream sample from following link

http://android-developers.blogspot.com/2008/09/android-photostream.html

6条回答
  •  日久生厌
    2020-12-03 02:30

    Just Remove:

    intent.setClassName("com.android.camera", "com.android.camera.CropImage");
    

    it will ask from which application you want to crop image.

提交回复
热议问题