Titanium.Media.Android.setSystemWallpaper

Function of Titanium.Media.Android.
Platform Since
Android 1.7.0

Summary

Set the system homescreen wallpaper

Arguments

Name Type Summary
image Object

Image blob such as what can be retrieved via callbacks for Titanium.Media.openPhotoGallery and Titanium.Media.showCamera, as well as from the return value of Titanium.Filesystem.File.read.

scale Boolean

Set to true if you want the image to be scaled with respect to the system wallpaper desired width, or false to leave it as-is.

Return Type

void