国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

查詢手機支持的多媒體類型和協議

2019-11-18 16:07:37
字體:
來源:轉載
供稿:網友
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import javax.microedition.media.*;

public class MediaInformationMIDlet extends MIDlet implements CommandListener {
  PRivate Form mInformationForm;
  public void startApp() {
    if (mInformationForm == null) {
      mInformationForm =
          new Form("Content types and protocols");
      String[] contentTypes =
          Manager.getSupportedContentTypes(null);
      for (int i = 0; i < contentTypes.length; i++) {
        String[] protocols =
            Manager.getSupportedProtocols(contentTypes[i]);
        for (int j = 0; j < protocols.length; j++) {
          StringItem si = new StringItem(contentTypes[i] + ": ",
              protocols[j]);
          //si.setLayout(Item.LAYOUT_NEWLINE_AFTER);
          mInformationForm.append(si);
        }
      }
      Command exitCommand = new Command("Exit", Command.EXIT, 0);
      mInformationForm.addCommand(exitCommand);
      mInformationForm.setCommandListener(this);
    }
    Display.getDisplay(this).setCurrent(mInformationForm);
  }
  public void pauseApp() {}

  public void destroyApp(boolean unconditional) {}
  public void commandAction(Command c, Displayable s) {
    notifyDestroyed();
  }
}

(出處:http://m.survivalescaperooms.com)



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宁晋县| 乐亭县| 繁峙县| 常德市| 寿宁县| 黄石市| 临沭县| 金堂县| 岚皋县| 吉首市| 荔波县| 江北区| 玉溪市| 虞城县| 瑞昌市| 蕉岭县| 乌兰察布市| 江安县| 新龙县| 海兴县| 永善县| 买车| 宾川县| 夏河县| 榆树市| 涡阳县| 灌阳县| 新竹县| 龙井市| 珠海市| 麻城市| 北海市| 绍兴县| 莱西市| 栾川县| 许昌市| 武冈市| 桃园县| 兴海县| 麻栗坡县| 麻栗坡县|