Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我打电话Gdx.net.openURI("")然后我回到游戏,GoogleApiClient断开连接。为什么??
Gdx.net.openURI("")
GoogleApiClient
if (event.getTarget().getName().equals("facebook")) { Gdx.net.openURI("https://www.facebook.com/*****"); }
正如我们上面讨论的:
尝试使用GoogleApiClient.connect().
GoogleApiClient.connect()
更多详情,请参考这里:
https://developers.google.com/android/reference/com/google/android/gms/common/api/GoogleApiClient#connect()