J2ME_System.getProperty
轉(zhuǎn)自:http://dev.10086.cn
//手機(jī)平臺型號
String platform = System.getProperty("microedition.platform");
//SMS服務(wù)中心號碼
String _smscno = System.getProperty("wireless.messaging.sms.smsc");
//CLDC版本屬性
String cldc = System.getProperty("microedition.configuration");
//MIPD版本屬性
String midp = System.getProperty("microedition.profiles");
//關(guān)于軟件相關(guān)信息
String midletVendor =System.getProperty("MIDlet-Vendor");
String description =System.getProperty("MIDlet-Description");
String version = System.getProperty("MIDlet-Version");?
String dataSize = System.getProperty("MIDlet-Data-Size");?
String midletName = System.getProperty("MIDlet-Name");
String midletJarSize =System.getProperty("MIDlet-Jar-Size");
String midletJarURL =System.getProperty("MIDlet-Jar-URL");
//系統(tǒng)編碼
String encoding = System.getProperty("microedition.encoding");
//區(qū)域設(shè)置
String locale = System.getProperty("microedition.locale");
//判斷是否支持MMAPI
String mmapi = System.getProperty("microedition.media.version");
//判斷是否支持藍(lán)牙
String bluetooth = System.getProperty("bluetooth.api.version");
//判斷是否支持個人信息管理
String pim = System.getProperty("microedition.pim.version");
//判斷是否支持文件系統(tǒng)
String file = System.getProperty("microedition.io.file.FileConnection. version");
//判斷是否支持SIP
String sip = System.getProperty("microedition.sip.version");
//判斷是否支持M3G
String m3g = System.getProperty("microedition.m3g.version");
轉(zhuǎn)載于:https://www.cnblogs.com/lyq-blogs/archive/2013/03/10/2952219.html
總結(jié)
以上是生活随笔為你收集整理的J2ME_System.getProperty的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos 安装低版本内核_Docke
- 下一篇: 2.4信道复用技术