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.
我们正在构建一个在 android 上运行的自定义系统。
在我的应用程序中,我需要替换默认壁纸图像并加载我们自己的自定义图像。如何做到这一点?
我需要替换文件系统中的图像并重新编译android吗?如果我需要重新编译源代码,那么有没有办法在不编译 android 源代码的情况下做到这一点?
谢谢
您可以使用WallpaperManager设置壁纸。要更改主页应用程序中的示例壁纸,您必须更改它的资源并重新编译它。