Hi guys!
I would like how to know what WMA API version supports my mobile phone or it doesn't support it!
I've read something about WMA 1.0 and 2.0 versions and the "properties":
1) "wireless.messaging.sms.smsc" (the SMSC attribute name) (both versions)
2) "wireless.messaging.mms.mmsc" (the MMSC attribute name) (only 2.0 vers)
I don't want to rely on them because I've tested them in the S80 SDK Prototype emulator which supports the WMA 1.0 API and the line System.getProperty("wireless.messaging.sms.smsc" );
always returned "null"!
Do you know any System Property that I've forgotten?
Other possibility is to use the line
Class.forName(className).getInstance();
and checks if the returned value is not "null"?
Thanks in advance!

Reply With Quote

