A decision block that waits for a new screensaver interface to be created.
The fiber will pause until a screensaver interface has been created, or the user has chosen another screensaver.
The NO path is executed if another screensaver has been chosen.
This block should be preceded by a Screensaver setup block within the same fiber, and to await the creation of another screensaver 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 | Clock and other complications such as weather should be hidden. User must choose the “without clock” screensaver, may only work on tablets. (Android 13+) |
Note! This is an experimental feature, expect breaking changes. Not for production use. This feature requires Android 4.2+.