String url = "taobao://s.taobao.com/search?q=高达";
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
其他 app 的 scheme 参考: https://zhuanlan.zhihu.com/p/26809878
String url = "taobao://s.taobao.com/search?q=高达";
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
其他 app 的 scheme 参考: https://zhuanlan.zhihu.com/p/26809878