09-20-2005, 08:33 PM
|
#2 (permalink)
|
| Knows Where the Search Button Is
Join Date: Sep 2005 Model: 7520
Posts: 31
Post Thanks: 0 Thanked 0 Times in 0 Posts
| did you try getOSVersion() that is found in the DeviceInfo class?
public static int getOSVersion() Deprecated. This function attempts to pack the String returned by getPlatformVersion() into the format specified above. If it is unsuccessful, it will return 0. Please use getPlatformVersion() instead.
Retrieves the OS version. Returns:
OS version in a 4 byte packet. You should interpret this value on a per-byte basis. Thus, read the returned integer 33557790 as 0x02 00 0D 1E in hex, which is 2.0.13.30 in decimal. |
| Offline
| |