如何为Chrome编写Android意图以打开GMail应用并进行搜索?

时间:2014-01-28 22:54:50

标签: android google-chrome android-intent gmail

可以启动应用并从Android中的Chrome网络浏览器请求一些操作:

Android对Chrome的意图 - 谷歌Chrome手机 - Google Developers https://developer.chrome.com/multidevice/android/intents

有一个例子:

<a href="intent://scan/#Intent;scheme=zxing;package=com.google.zxing.client.android;end"> Take a QR code </a>

我尝试写类似的东西来启动GMail应用程序。我尝试了各种版本,但所有发生的事情都是Google Play APP打开显示GMail。以下是我的一次尝试:

<a href="intent://dummy/#Intent;package=com.google.android.gm;action=android.intention.action.VIEW;category=;component=;scheme=;end">Gmail, android.intention.action.VIEW</a>

我想打开GMail应用并进行搜索,但我甚至无法打开它。 ; - )

1 个答案:

答案 0 :(得分:1)

我怀疑它无法完成。 Gmail必须设置为“可浏览”,这意味着它可以从网络上打开,我在清单中看不到它。