协议说明

主要协议如下:

intent:
   HOST/URI-path // Optional host
   #Intent;
      package=[string];
      action=[string];
      category=[string];
      component=[string];
      scheme=[string];
   end;

如果应用未安装,可以添加url进行跳转说明

S.browser_fallback_url=[encoded_full_url]

S.[param] 表示 intent 中传的参数,可自行扩展。

android端修改参考

https://stackoverflow.com/questions/35609107/android-open-intent-protocol-in-webview

intent协议参考chrome中说明:

https://developer.chrome.com/multidevice/android/intents