How to close blackberry application programmatically?
inside my blackberry applicati开发者_StackOverflow社区on, i redirect the user to a predetermined website. before sending them to the website, i wanted to programatically close the application since there is no longer a need for that app to be open. what class or method can i use to close my application?
System.exit(0);
精彩评论