Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

Screensaver created

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:

ValueDescription
0x01Clock 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+.

Output variables

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

Example

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