Hi,
during playing arround with conditions and rules there are some cases where it would be usefull to have access to values from the /system/build.prop file as custom data cause different manufacturers are using diferent locations to identify some version strings etc.
The build.prop file is a (in most cases) common file where we can pick params like os versions patch versions and so on.
It would be really helpfull if soti can make it acessible for usage in custom data cause cureently only ini and xml is readable on android which would result in the need of transforming the file after for examply copy to sdcard and rewrite it.
I noticed for example a custom zebra apk in the community which does exactly this - read params from build.prop and writing a file to sdcard in ini syntax (in this sample the lifeguard version). Possible an idea which can soti directy addapt to handly params like version strings etc. in a more common way not limited by the way of a manufacturer?