调起浏览器
url = "intent://" + url +"#Intent;scheme=http;action=android.intent.action.VIEW;end";

调起指定的app
url = "intent://" + host +"#Intent;scheme=指定scheme;package:指定包名;end";

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

相关文章:

  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-25
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-07-29
相关资源
相似解决方案