// User-visible version of android installed (ro.build.version.release)
FStringHumanAndroidVersion;
// Android SDK version supported by the device (ro.build.version.sdk - note: deprecated in 4 according to docs, but version 4 devices return an empty string when querying the 'replacement' SDK_INT)
int32SDKVersion;
// List of supported OpenGL extensions (retrieved via SurfaceFlinger)
FStringGLESExtensions;
// Supported GLES version (ro.opengles.version)
int32GLESVersion;
// Is the device authorized for USB communication? If not, then none of the other properties besides the serial number will be valid