unwat That's incorrect. There's no limit on the size of data that can be shared via IPC. Limits on the size of data transferred via intents is not particularly relevant. Sharing files is done by sharing a handle for the file via an intent and permitting the other app to access it, not transferring it directly in the intent.
Inaccurate information about interprocess communication has been removed to avoid it being propagated further.