just wondering if anyone know the correct intent to launch Firefox\'s Mobile Browser. I can\'t find it anywhere, so I was hoping someone here would know. Thanks
Try this code:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); intent.setComponent(new ComponentName("org.mozilla.firefox", "org.mozilla.firefox.App")); this.startActivity(intent);