1.通过intent传递bitmap不能超过40kb,超过40kb会报:
JavaBinder: !!! FAILED BINDER TRANSACTION !!! 错误
2.imageview 提示miss contentDescription 属性,
contentDescription 是用户点击这个控件,android会大声朗读这个控件的内容,这是android为视力障碍者设计的,若不需要,可以声明为
android:contentDescription="@null"
1.通过intent传递bitmap不能超过40kb,超过40kb会报:
JavaBinder: !!! FAILED BINDER TRANSACTION !!! 错误
2.imageview 提示miss contentDescription 属性,
contentDescription 是用户点击这个控件,android会大声朗读这个控件的内容,这是android为视力障碍者设计的,若不需要,可以声明为
android:contentDescription="@null"
转载于:https://www.cnblogs.com/hechangshou/p/8118771.html