开发者

Go back to Global Screen without exiting app

I am a newbie at Blackberry development. I am making an app which I have set as System Module so that it will Run at startUp. This app has a listener which captures the event of an outgoing call and then asks the user for a confirmation. My problem is, I want to go back to the Calls List Screen (Global Screen) if the user开发者_JAVA百科 selects NO. But, if I use System.exit(0), the listener stops, which is not desired. What I need to do is again send the App to background. Can someone help???

Thanks in adv.


you just want to send your application to background.

getApplication().requestBackground();


Thanks Vivart. That did work. But problem is that it brings me to phone's home screen and I want to go back to Calls List Screen.

I found an alternate solution -

Invoke.invokeApplication(Invoke.APP_TYPE_PHONE, new PhoneArguments());

This line brings the Calls List Screen to foreground.

Thanks again for the quick response :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜