Google provides the BaseGameUtils library, and recommend us to extends its BaseGameActivity. However, this class makes the game automatically sign in whenever t
BaseGameUtils
Call getGameHelper().setConnectOnStart(false); from onCreate
getGameHelper().setConnectOnStart(false);