有没有人与 Intents 一起使用查询字符串启动 Amazon 应用程序?寻找答案我遇到了亚马逊官方 API 指南,他们给出了这个 uri:
amzn://apps/android?s=
那是我找到的网站:https ://developer.amazon.com/sdk/in-app-purchasing/sample-code/deeplink.html
所以我这样尝试过:
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("amzn://apps/android?s=ps4")));
该代码不会引发异常,但我的应用程序停止工作。有人对此有任何想法吗?