sexitrainer
sexitrainer

Reputation: 1377

How to close blackberry application programmatically?

inside my blackberry application, 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?

Upvotes: 1

Views: 1446

Answers (1)

Marc Novakowski
Marc Novakowski

Reputation: 45408

System.exit(0);

Upvotes: 9

Related Questions