• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

JAVA - IF to open URL/browser

Flinx

Lurker
Greetings,

I would like to fix my command IF to open browser with URL

Here is the code I have:

if (RecognizerIntent.EXTRA_RESULTS equals "google"){
System.out.println("THIS IS A TEST!");

But it is set to print statement currently but I have error even withthis starting point

Than kyou in advance.
Flinx
 
Back
Top Bottom