Skip to content

debug模式下,android 10后台打开跨apk的activity的问题#175

Open
andych008 wants to merge 1 commit intoluckybilly:masterfrom
andych008:droid10
Open

debug模式下,android 10后台打开跨apk的activity的问题#175
andych008 wants to merge 1 commit intoluckybilly:masterfrom
andych008:droid10

Conversation

@andych008
Copy link

通过指定相同的sharedUserId、相同的签名来解决。

此方案是在应用层解决,只修改需要独立编译组件的debug目录下的AndroidManifest.xml,以及将debug模式需要指定的signingConfig配置在 公共的cc-settings-demo.gradle中。
优点是对relase包没有影响,缺点是集成复杂性提高了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant