getAndroidVersion static method
Returns the Android version of the device.
Returns -1 if the platform is not Android.
Returns
- The android version as an integer.
Implementation
static int getAndroidVersion() {
return GemKitPlatform.instance.androidVersion;
}