Reputation: 19287
How to detect from Java ME code that a web-browser
application, like Opera Mini, is already installed in a phone? If so, how to launch it from Java ME code with a provided URL?
Upvotes: 0
Views: 239
Reputation: 3226
You can use the Midlet.platfomRequest method to invoke certain applications.
Upvotes: 1