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