此方法一直返回 0。根据开发人员文档,如果设备获得了最新版本的 google play,则此方法应返回类似 SUCCES 的内容。有人知道如何使用这个吗?
@Override
public void onResume() {
super.onResume();
GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext());
System.out.println("henkie: " + GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()));
}