白皮书下载
Get phone connection details
1、 Function description
Obtain the operating system, system version, device signal, mobile phone resolution and other details of the connected mobile phone.
2、 Attribute description
● Mobile phone connection object:Via & ldquo; Connect your phone & rdquo; Instruction creation & ldquo; Mobile phone connection object & rdquo;.
● Output to variable:The default variable name is sessiondetails. You can modify the variable name yourself.
This dictionary variable contains common attributes related to mobile phones:
Platform: mobile phone kernel type, such as' Linux '
Platform name: mobile operating system type, such as' Android '
Platform version: the version number of the mobile operating system, such as' 9 '
Deviceudid: the unique identification code of the mobile phone, such as' a0a6a9ac '
Devicescreensize: mobile phone resolution, such as' 1080x2340 '
DeviceMODEL: device model, such as' col-al10 '
Devicemanufacturer: equipment manufacturer, such as' Huawei '
custom_ Name: user defined mobile phone connection name, such as' my android ', which is configured in the mobile phone manager
3、 Use example
● The execution logic of this process:
Via & ldquo; Mobile connection details & rdquo; You need to cooperate with & ldquo; Get key value & rdquo; Only components of can be output.
● Output results
The value of the phone resolution will be saved in {key value variable name}.




