有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (2) 个答案

  1. # 1 楼答案

    不,但你可以用这个:如果有什么东西点击按钮,给我打分:

    Uri uri = Uri.parse("market://details?id=" + context.getPackageName());
    Intent goToMarket = new Intent(Intent.ACTION_VIEW, uri);
    try {
        context.startActivity(goToMarket);
    } catch (ActivityNotFoundException e) {
        UtilityClass.showAlertDialog(context, ERROR, "Couldn't launch the market", null, 0);
    }
    
  2. # 2 楼答案

    无论如何都不可能直接违反游戏商店条款