如何更换android中的默认壁纸
我们正在构建一个在 Android 上运行的自定义系统。
在我的应用程序中,我需要替换默认壁纸图像并加载我们自己的自定义图像。如何做到这一点?
我需要替换文件系统中的图像并重新编译android吗?如果我需要重新编译源代码,那么有什么方法可以在不编译 android 源代码的情况下做到这一点?
谢谢
We're building a custom system which is running on android.
In my app I need to replace the default wallpapers images and load our own custom images.How to do that?
Do I need to replace the images from the file system and recompile the android? If I need to recompile the source then is there any way to do that with out compiling the android source?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WallpaperManager 设置壁纸。
要更改家庭应用程序中的示例壁纸,您必须更改其资源并重新编译它。
You can set wallpaper using WallpaperManager.
To change example wallpapers in Home application you must change it's resources and recompile it.