dynamic-load-apk icon indicating copy to clipboard operation
dynamic-load-apk copied to clipboard

fixed issue#22 for lab

Open hehonghui opened this issue 10 years ago • 3 comments

fixed issue#22, put Parcelable into Intent will occur Class Not Found.

bug report : https://github.com/singwhatiwanna/dynamic-load-apk/issues/22 .


This change is Reviewable

hehonghui avatar Jan 05 '15 01:01 hehonghui

@singwhatiwanna dev分支应该也是同样的问题,我找个等会把相应的pr发到dev吧。

hehonghui avatar Jan 05 '15 01:01 hehonghui

之前有朋友反馈startService调起一个插件的service,也是classNotFound,估计是同个原因,加上句应该就没问题了

slovx2 avatar Jan 06 '15 09:01 slovx2

intent.setExtrasClassLoader(DLConfig.getConfig().mPluginClassLoader);

slovx2 avatar Jan 06 '15 09:01 slovx2