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()