With multi-dimensional model as the core, let the factory digital transformation and upgrading “within reach”>>>
Project in a jump picture details of the page has been unable to point out, log print!!! FAILED BINDER TRANSACTION !!!
I checked it on the Internet. It turns out that the image data of intent is limited to 40K
So decisively with the most simple and crude method to solve: static global variables
publicstaticBitmapimageBitmap;
publicstaticvoidload(Activityact,Bitmapimg){
imageBitmap=img;
act.startActivity(newIntent(act,ImageViewWatchActivity.class));
}