java - 登录 Google Play 游戏时是否可以不显示 Google Play 游戏 Logo

标签 java android google-play-games

我使用 GoogleSignInClient 类实现了 Google 登录,并添加了请求范围 Games.SCOPE_GAMES。 因为使用了排行榜,取得了成就。

但我不想在 Google Play 登录时显示像附件图片那样的 Google Play 游戏 Logo 。可能吗?

enter image description here

enter image description here

GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
                .requestServerAuthCode(client_id)
                .requestScopes(Games.SCOPE_GAMES)
                .build();


mGoogleSignInClient = GoogleSignIn.getClient(this, gso);

最佳答案

根据条款和条件,您不能对 Logo 进行任何修改或删除

关于java - 登录 Google Play 游戏时是否可以不显示 Google Play 游戏 Logo ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56336321/

相关文章:

java - 将 Google 回合制多人游戏与 Google App Engine 集成

android - 来自谷歌服务的实时多人游戏的问题(在你的房间配置中添加一个独占位掩码)

java - Wicket 6 IColumn 名称如何可以是字符串以外的类型?

java - 当我安装这个项目时,在 pom.xml 文件中显示错误

java - 如何在使用 java 显示数据库中的数据时将文本水平居中

android - 我怎样才能在android中播放来自byte的视频

android - 命令“phonegap build android”失败

android - 带有 Google 游戏服务的多人游戏变体

java - 为什么序列化 Integer 需要这么多(81)个字节?

java - spring mvc(jsp)添加css不带xml配置