System property get
An action block that gets the value of a system property.
The fiber will proceed immediately without pause.
The name of properties varies greatly depending on device, not for general use.
Common properties:
- ro.vendor.build.fingerprint
- ro.vendor.product.brand
- ro.vendor.product.device
- ro.vendor.product.manufacturer
- ro.vendor.product.model
- ro.vendor.product.name
Note! The value of a setting is always assigned as text.
Input arguments
Output variables
- Current value — variable to assign the current text value of the property.