语言

Menu
Sites
Language
Is there a way to set wallpaper from inside 3rd party app.

Hi,

I am developing an image editing app. I want to provide an option of setting the edited image as wallpaper.

Can anyone tell me how i can achieve this within the app?

 

Thanks in advance.

响应

1 回复
Alex Dem

Hi,
Afaik it is possible to manage device wallpaper (home/lock screens) only for web apps : https://developer.tizen.org/development/tutorials/web-application/tizen-features/system/system-setting#wall
For native you could get path or notification when wallpaper has been changed:
https://developer.tizen.org/development/guides/native-application/system/system-settings
Alexey.