我正在尝试在我的应用程序https://github.com/codechimp-org/AppRater中添加评分功能,但是,每次我点击rate now
它时都会显示The item you requested could not be found
。我该如何摆脱这个麻烦。我在用
public void onClick(DialogInterface dialog, int id) {
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri
.parse("market://details?id=com.xxx.xxx")));