Hi.. how can i change the icon of a shortcut to an image from the sd card via script and tasker?
Hi.. how can i change the icon of a shortcut to an image from the sd card via script and tasker?
« Fresh in Mind for Kustom LWP (Previous Post)
(Next Post) Playing with Icons in Lightning Launcher »
Load an image with with LL.createImage() then set it to a shortcut using Shortcut.setImage
http://www.lightninglauncher.com/scripting/reference/api/reference/net/pierrox/lightning_launcher/script/api/LL.html#createImage(java.lang.String)
http://www.lightninglauncher.com/scripting/reference/api/reference/net/pierrox/lightning_launcher/script/api/Shortcut.html#setImage(net.pierrox.lightning_launcher.script.api.Image)