Component that gets the device information of the mobile device using the app.
In this app, you have access to a block and a client action that can be consumed.
The client action will return information about the device and software in use, such as the Cordova version, phone model, device operating system, device UUID, operating system version, device manufacturer, and device hardware serial number (serial only works for Android 10 or below, otherwise shows unknown).
The block will display that same information on a form and can be referenced in any mobile screen. It is suitable for mobile only.
Translation of the forge component with the same name by Frederico Sousa and Miguel Vicente: https://www.outsystems.com/forge/component-overview/1646/device-
information-o11 App icon from https://www.flaticon.com/free-icons/app
ODC version done by Caio Kellermann from Moxie Lead.
Serial number only works for Android 10 or below, otherwise it returns "unknown"
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)