我想从html调用android.intent.action.SEND意图(测试) 我已经找到了几种在互联网上调用意图的方法,但我还没有找到通过网络链接调用共享意图的代码......
答案 0 :(得分:0)
最短的答案是你不能。
经过一段谷歌搜索后,唯一对我有用的链接是:intent://www.google.com/#Intent; scheme = http; action = android.intent.action.SEND; end
但它没有拿起它。至少不在我的设备上......