Android 传递数据时的大小限制

Android 传递数据时的大小限制

1、Intent(507k以内)

阈值应该是(1024-8)/2=508kb

说明:Activity、广播都是使用Intent。

Android Intent 传递数据大小限制

https://blog.csdn.net/u011033906/article/details/89316543

https://blog.csdn.net/qq_26460841/article/details/118482385

https://blog.csdn.net/wingichoy/article/details/50679322

2、Binder(1M-8KB)

https://www.jianshu.com/p/ea4fc6aefaa8

3、Bundle(1M左右)

https://blog.csdn.net/qq_26460841/article/details/118482385

https://www.jianshu.com/p/32c641d62ae3

3、EventBus

取决于监听类型(String、Int等)的长度;

4、JS交互(2M)

Refusing to load URL as it exceeds 2097152 characters
拒绝加载URL超过2097152个字符。

Android 与 JS 交互数据上限(Base64图片传输问题)

你可能感兴趣的:(代码块,android,大小限制,最大值)