意图在特定排行榜之间进行选择

Intent to choose between specific leaderboards

要在 android 中显示 google 玩游戏的排行榜,您可以使用 .getLeaderboardIntent(getString(R.string.leaderboard_id)) 显示一个,或者您可以向用户显示一个菜单,其中包含游戏中定义的所有排行榜项目 .getAllLeaderboardsIntent()

我的问题是,你能不能显示一个类似于 .getAllLeaderboardsIntent() 的菜单,但限制用户可以选择的排行榜?

不,暂时不能。