Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为我以前的应用程序开发一个应用程序只是即插即用型。就像我现在有一个应用程序并想要它的主题应用程序一样。请帮助我如何做这种事情。
谢谢
您可以通过存储主题资源(样式、图像、颜色等)来创建主题应用程序。然后在您的应用程序中,您可以使用以下代码访问另一个应用程序的资源:
Resources res = context.getPackageManager().getResourcesForApplication("com.example.foo")