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.
MIDlet は、手動で呼び出されたのか自動で呼び出されたのかをどのように確認できますか?
ありがとう!
タスク A と B を持つ MIDLet をタスク A を持つ MIDLet にサブクラス化し、「A」を「A + B」でオーバーライドすることができます。自動呼び出しはサブクラスになります。
自動起動はPUSHレジストリで実現していると思います。これを試して:
PushRegistry.listConnections(true);
結果が空でない場合、アプリケーションは自動的に開始されます。
http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/io/PushRegistry.html#listConnections%28boolean%29