How can a MIDlet ascertain whether it has been manually invoked or automatically?
Thanks!
How can a MIDlet ascertain whether it has been manually invoked or automatically?
Thanks!
I presume automatic start is achieved with PUSH registry. Try this:
PushRegistry.listConnections(true);
If result is not empty application started automatically.