String url = "taobao://s.taobao.com/search?q=高達(dá)";
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=高達(dá)";
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
其他 app 的 scheme 參考: https://zhuanlan.zhihu.com/p/26809878