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

前端 未结 6 860
别那么骄傲
别那么骄傲 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:42

    You can bundle the CropImage activity with your app package so it is independent on Android version.

    Here's the project: https://github.com/lvillani/android-cropimage

    The CropImage activity extracted from Gallery.apk (AOSP 4.4.4). Compatible with Android API Level 15 and up.

    Remember to add the following line to your AndroidManifest.xml:

    
    
    

提交回复
热议问题