【发布时间】:2014-04-02 17:15:25
【问题描述】:
我想从 html 调用 android.intent.action.SEND 意图(测试) 我在互联网上找到了几种调用意图的方法,但我仍然没有找到从网络链接调用共享意图的代码......
【问题讨论】:
标签: share intentfilter
我想从 html 调用 android.intent.action.SEND 意图(测试) 我在互联网上找到了几种调用意图的方法,但我仍然没有找到从网络链接调用共享意图的代码......
【问题讨论】:
标签: share intentfilter
最短的答案是你不能。
经过一番谷歌搜索后,唯一对我有意义的链接是:intent://www.google.com/#Intent;scheme=http;action=android.intent.action.SEND;end
但它的 android 没有捡起它。至少不在我的设备上...
【讨论】: