/ Published in: Java
2 lines of code to start the browser form your Android application.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Intent viewIntent = new Intent("android.intent.action.VIEW",Uri.parse("http://www.klingmobile.com")); startActivity(viewIntent);