pheromix
pheromix

Reputation: 19287

How to launch the web-browser of a mobile from Java ME?

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

Answers (1)

Gorkem Ercan
Gorkem Ercan

Reputation: 3226

You can use the Midlet.platfomRequest method to invoke certain applications.

Upvotes: 1

Related Questions