您应该调用
stopAutoManage()的
onPause()方法
Fragment:
@Overridepublic void onPause() { super.onPause(); mGoogleClient.stopAutoManage(getActivity()); mGoogleClient.disconnect();}
您应该调用
stopAutoManage()的
onPause()方法
Fragment:
@Overridepublic void onPause() { super.onPause(); mGoogleClient.stopAutoManage(getActivity()); mGoogleClient.disconnect();}