Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

Wallpaper setup

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+.

Input arguments

  • Title — title to display when choosing a wallpaper, default is the Flow beginning title.
  • Interactive — whether the wallpaper should handle input events such as clicks.

Example

Note! This documentation is also accessible within the app from Help & feedback menu.