LocationServices.SettingsApi deprecated

后端 未结 4 1725
不知归路
不知归路 2020-12-18 20:01

My code is:

if (mGoogleApiClient == null && checkGooglePlayService()) {
        Log.d(Utils.TAG_DEV + TAG, \"Building GoogleApiClient\");
        mGo         


        
4条回答
  •  抹茶落季
    2020-12-18 20:27

    Use SettingsClient instead of SettingsApi read official document - enter link description here

提交回复
热议问题