Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指定された番号への電話を開始する必要があるプロジェクトを開発しています。連絡先が通話を受信しない場合は、別のユーザーのために別の通話を開始する必要があります。では、J2me でこれを実現するにはどうすればよいでしょうか。ここでは、Lwuit の Display.getInstance().execute("tel:"+) メソッドを使用して呼び出しを開始しています。
ありがとうございました。