Hi,
I have created one Authentication application using J2ME.
Is there any way so that this application can't run in background until display.getdispaly(this).setcurrent(null); called from application.
I want to prevent this application going into background when user has pressed menu key.
Also,avoid exiting an application on red key(exit key).
How can I handle it using java(J2ME)?
Please help me.



Reply With Quote


