On Wed, Feb 22, 2012 at 3:56 PM, Yaniv <[email protected]> wrote:
> Thanks Nikolay,
>
> But I think I found the line was missing in my code.
> I had to add the intent the component name that should run the crop:
> intent.setComponent(new ComponentName("com.android.gallery3d",
> "com.android.gallery3d.app.CropImage"));

Again, this is not part of the public API, it internal to the Gallery 3D app.
If a device doesn't have it, it won't work. HTC Sense, etc. customized
Android versions most probably have their own gallery app. You should
at least test if the 'com.android.gallery3d' package exits, and handle
this somehow.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to