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.

]]>

One Commentto Proof of Concept: Set live wallpaper directly

  1. Anonymous says:

    < ![CDATA[

    LL.bindClass(“android.app.WallpaperManager”);


    WallpaperManager.getInstance(LL.getContext()).getIWallpaperManager().setWallpaperComponent(new ComponentName(“com.cyphercove.audioglow”,”com.cyphercove.audioglow.LWService”));

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *