seo技术软件,镇江关键词优化,vue做的网站百度抓取,开网店怎么找货源啊我们做截屏功能的时候#xff0c;因为有2个进程#xff0c;本来是把intent和MediaProjection放到Application里面#xff0c;但是由于跨进程了#xff0c;所以数据拿不到#xff0c;就采用了Parcel 序列化出错,未找到出错的原因,找其它的解决方法: 查看Intent 的源代码, 发… 我们做截屏功能的时候因为有2个进程本来是把intent和MediaProjection放到Application里面但是由于跨进程了所以数据拿不到就采用了Parcel 序列化出错,未找到出错的原因,找其它的解决方法: 查看Intent 的源代码, 发现类中已经实现序列化功. 序列化
intent.toURI();
反序列 化使用:
Intent.parseUri(uriString, 0); 先看序列化:
intent.toURI(); Intent intent new Intent(cn.eben.bookshelf.VIEW); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); String intnetUri intent.toURI(); //序列化后: //#Intent;actioncn.eben.bookshelf.VIEW;launchFlags0x10000000;end 反序列 化使用:
Intent.parseUri(uriString, 0); Intent i; ry { i Intent.parseUri(uriString, 0); context.startActivity(i); } catch (URISyntaxException e) { // TODO Auto-generated catch block e.printStackTrace(); }