In Nokia, while call comes,we have the option to answer the call and resume the game without ending the call.
So, My question is that is there any way to know whether am in call by using any j2me methods or Nokia API
In Nokia, while call comes,we have the option to answer the call and resume the game without ending the call.
So, My question is that is there any way to know whether am in call by using any j2me methods or Nokia API
Regards
JRH
Some devices (not Nokia though) call pauseApp when a call comes. In there you need to implement the way to pause the game.
On Nokia devices (well, there is a minor exception with the S60 3rd Edition FP2 devices, check here for more info http://www.forum.nokia.com/document/...E4A538FB8.html) you need to implement hideNotify() for Canvas based applications
Of course hideNotify could be called for some other event too, like user moving some other application to the foreground...
Hartti