Intent i = new Intent("android.intent.action.MAIN");
i.setComponent(ComponentName.unflattenFromString("com.android.chrome/com.android.chrome.Main"));
i.addCategory("android.intent.category.LAUNCHER");
i.setData(Uri.parse("http://workflowy.com"));
One minor problem is that if my website is already opened in chrome, it will open in a new tab.
Is there a way to start an intent that will ask chrome to check if workflowy is already opened, and if yes open the existing tab ?
Thanks,
Jean-Michel
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss