开发者

Change Home Wallpaper

开发者 https://www.devze.com 2023-03-09 06:48 出处:网络
I have a application that have a lot of images, and I want t开发者_如何学Co programmatically do a random chanegs of images on my phone backgroind. Is it possible to change wallpaper on android ?Use a

I have a application that have a lot of images, and I want t开发者_如何学Co programmatically do a random chanegs of images on my phone backgroind. Is it possible to change wallpaper on android ?


Use a WallpaperManager.

Also, you'll have to include this permission:

 <uses-permission android:name="android.permission.SET_WALLPAPER" />
0

精彩评论

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