App list
An action block that retrieve a list of apps on the device.
The fiber will proceed immediately without pause.
The result may include uninstalled apps which have kept their data, use the Is data only flag to exclude them.
Input arguments
- Flags include — all flags an app must have to be included, default is to include all, even uninstalled.
- Flags exclude — any flag an app must have to be excluded, default is to exclude none, even uninstalled.
- States — state of apps to include, default is any.
- Category — category of apps to include. Categorized by the app developer or Google Play store. (Android 8+)
Output variables
- Packages — variable to assign an array of package names.