Proof of Concept: Set live wallpaper directly
Proof of Concept: Set live wallpaper directly
(Requires Permission com.android.set_wallpaper_component, which can’t be granted without a rooted phone)
(Example live wallpaper used in code)
This could be used to e.g. enable one live wallpaper per desktop / different wallpaper for lightning etc.
]]>« Can anyone pls teach me how to make a homescreen that opens up like a curtain; with both vertical halves moving in… (Previous Post)
(Next Post) My LLx PolarClock »
< ![CDATA[
LL.bindClass(“android.app.WallpaperManager”);
WallpaperManager.getInstance(LL.getContext()).getIWallpaperManager().setWallpaperComponent(new ComponentName(“com.cyphercove.audioglow”,”com.cyphercove.audioglow.LWService”));
]]>