Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.sina.weibo.sdk.share.WbShareTransActivity,该组件对外导出,并接受任意参数,起调私有组件,影响众多app,请紧急修复,防止pr风险。。。。sina-sso-4.2.7
The text was updated successfully, but these errors were encountered:
请使用4.3.6
Sorry, something went wrong.
com.sina.weibo.sdk.share.WbShareTransActivity,该组件对外导出,并接受任意参数,起调私有组件,影响众多app,请紧急修复,防止pr风险。。。。sina-sso-4.2.7 请使用4.3.6
你好,使用 4.3.6+ 版本,依然存在该问题,能通过以下代码依然能呼起 WbShareTransActivity:
Intent intent = new Intent(); intent.setComponent(new ComponentName("com.test.weibodemo", "com.sina.weibo.sdk.share.WbShareTransActivity")); intent.putExtra(“random_serializable_extra", new SerializableObject()); startActivity(intent);
区别于之前报错weibo sdk was not initall!....,新版本能唤起且解析出错Parcelable encountered ClassNotFoundException reading a Serializable object
weibo sdk was not initall!....
Parcelable encountered ClassNotFoundException reading a Serializable object
是我使用问题?还是SDK存在缺陷?麻烦处理下,多谢。
No branches or pull requests
com.sina.weibo.sdk.share.WbShareTransActivity,该组件对外导出,并接受任意参数,起调私有组件,影响众多app,请紧急修复,防止pr风险。。。。sina-sso-4.2.7
The text was updated successfully, but these errors were encountered: