Change the device's wallpaper.
#include <bps/navigator.h>
BPS_API int navigator_set_wallpaper(const char *filepath)
BlackBerry 10.0.0
Path to an image file that will be used as the wallpaper.
Set the device's wallpaper using the image file provided in filepath.
On success return BPS_SUCCESS. Otherwise, return BPS_FAILURE with errno set, the wallpaper will not be changed.