简体   繁体   中英

Corona SDK set image as a wallpaper?

Hei ther any ideas how to set images as a wallpaper in corona sdk for android? I have images in my program that i want to set as phone wallpaper when someone clicks on a button

Any help?

You need to make a listener event which call to a function.

code for the background:

local background = display.newImage("start.png")

screenGroup:insert(background)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM