An action block that waits for the user to choose this block as a wallpaper.
The fiber will pause until this block have been chosen as wallpaper.
This block must be followed by a Wallpaper created block within the same fiber that signals the setup stage complete, and to await the setup of another wallpaper, followed by Fork with its NEW path connected to this block, see example flow below.
To ask the user to setup an Automate flow as wallpaper, use the App start block
with action Change live wallpaper and extras
{ "android.service.wallpaper.extra.LIVE_WALLPAPER_COMPONENT" as ComponentName: "com.llamalab.automate/.AutomateWallpaperService" }.
Note! This is an experimental feature, expect breaking changes. Not for production use. This feature requires Android 5+.