How Do I Minimize a J2ME App?

前端 未结 5 681
清酒与你
清酒与你 2021-01-05 09:21

I need my J2ME app to run in the background and still allow the user to use his mobile without problem. the app still needs to process some events in the background.

5条回答
  •  抹茶落季
    2021-01-05 09:51

    This is not always supported, but on the handsets that do, the command is:

    Display.getDisplay(theMidlet).setCurrent(null);
    

提交回复
热议问题