When does isGooglePlayServicesAvailable return SERVICE_VERSION_UPDATE_REQUIRED?

后端 未结 5 1223
清酒与你
清酒与你 2020-12-17 09:32

According to the documentation GooglePlayServicesUtil.isGooglePlayServicesAvailable returns SERVICE_VERSION_UPDATE_REQUIRED when \"The installed version of Google Play servi

5条回答
  •  失恋的感觉
    2020-12-17 10:14

    Note that all of the current answers reference GooglePlayServicesUtil which is now deprecated. See GooglePlayServicesUtil vs GoogleApiAvailability for details on how to perform the Google Play Services version compatibility check.

提交回复
热议问题