Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

新浪微博起调私有组件 #406

Closed
pokerfacett opened this issue Nov 8, 2018 · 2 comments
Closed

新浪微博起调私有组件 #406

pokerfacett opened this issue Nov 8, 2018 · 2 comments

Comments

@pokerfacett
Copy link

com.sina.weibo.sdk.share.WbShareTransActivity,该组件对外导出,并接受任意参数,起调私有组件,影响众多app,请紧急修复,防止pr风险。。。。sina-sso-4.2.7

@sinaweibosdk
Copy link
Owner

com.sina.weibo.sdk.share.WbShareTransActivity,该组件对外导出,并接受任意参数,起调私有组件,影响众多app,请紧急修复,防止pr风险。。。。sina-sso-4.2.7

请使用4.3.6

@ChengbingRain
Copy link

ChengbingRain commented May 20, 2019

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

是我使用问题?还是SDK存在缺陷?麻烦处理下,多谢。

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants