0
我想調用android.intent.action.SEND意圖從HTML(測試) 我已經找到幾種方式調用互聯網上的意圖,但我仍然還沒有找到代碼來從網絡鏈接調用共享意圖...如何調用android.intent.action.SEND從href
我想調用android.intent.action.SEND意圖從HTML(測試) 我已經找到幾種方式調用互聯網上的意圖,但我仍然還沒有找到代碼來從網絡鏈接調用共享意圖...如何調用android.intent.action.SEND從href
最短的答案是你不能。
有點谷歌搜索這是有道理的,我唯一的鏈接後是:意向://www.google.com/#Intent;方案= HTTP,行動= android.intent.action.SEND;結束
但它沒有把它拿起來。至少不是在我的設備上...
有關這方面的公開討論:http://lists.w3.org/Archives/Public/public-web-intents/ –