开发者

How to replace the default wallpapers in android

开发者 https://www.devze.com 2023-03-17 13:58 出处:网络
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?

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开发者_开发知识库


You can set wallpaper using WallpaperManager. To change example wallpapers in Home application you must change it's resources and recompile it.

0

精彩评论

暂无评论...
验证码 换一张
取 消