Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

Wallpaper created

A decision block that waits for a new wallpaper interface to be created.

The fiber will pause until a wallpaper interface has been created, or the user has chosen another wallpaper.

The NO path is executed if another wallpaper has been chosen.

This block should be preceded by a Wallpaper setup block within the same fiber, and to await the creation of another wallpaper interface, followed by Fork with its NEW path connected to this block, see example flow below.

Feature flags (bitwise) of the new interface:

ValueDescription
0x01Shown as home screen (system) wallpaper.
0x02Shown as lock screen wallpaper.

Note! This is an experimental feature, expect breaking changes. Not for production use. This feature requires Android 5+.

Output variables

  • Interface URI — variable to assign the URI of the new wallpaper interface.
  • Features — variable to assign the bitwise flags with the features of the new wallpaper.

Example

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