Gan*_*esh 3 lwuit midp java-me
我有以下描述的jad文件
MIDlet-Jar-Size: 404071
MIDlet-Jar-URL: test.jar
MIDlet-Name: test
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0.1
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MicroEdition-test: test
Run Code Online (Sandbox Code Playgroud)
如何MIDlet-Version通过代码?
我尝试过System.getProperty("MIDlet-Version"),但它返回null.
来自您的MIDlet子类
String version = getAppProperty("MIDlet-Version");
Run Code Online (Sandbox Code Playgroud)
摘自:
http://www.developer.nokia.com/Community/Discussion/showthread.php?153128-MIDlet-Version