Hacker News new | ask | show | jobs
by BoorishBears 3426 days ago
Are you sending an image bitmap in the actual Intent? I'm surprised you're not having it break when sent to Android's IPC mechanism which has fairly low size limits.

I would use a Content Provider to share the image instead.