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:
| Value | Description |
|---|---|
0x01 | Shown as home screen (system) wallpaper. |
0x02 | Shown as lock screen wallpaper. |
Note! This is an experimental feature, expect breaking changes. Not for production use. This feature requires Android 5+.