Displaying phone system info for Android phone in mobile app
-
Hi All,
Im writing a mobile application for an Android phone, and I would like to display the phone system information in this app. The information that Im looking at is : phone manufacturer, model, product name, current firmware/OS version etc...
I found that this information is available in Qt Mobility under QSystemDeviceInfo and QSystemInfo. But Im working with Qt 5.
My questions are:
- Is there a class/QML module to get the above info from Qt 5 without using Qt Mobility?
- OR can I use Qt Mobility with Qt 5.3?
Thank you so much for the info!
Cheers!