是否可以将ProjectA的主题设置为ProjectB?如何修改框架来支持它? 像这样的代码:
friendContext = this.createPackageContext("com.android.projecta",
Context.CONTEXT_IGNORE_SECURITY);
Theme theme=friendContext.getTheme();
setTheme(theme);
没有api like:setTheme with Theme object。
这个想法不是那么不合理或无法实现?