Google 建议现在使用Google Play Services
来管理用户位置。但是我们如何使用这个 API 检查设备中的 GPS 是否打开,或者我们是否仍然有 GPS 连接?
我们com.google.android.gms.location.LocationListener
只有一种方法abstract void onLocationChanged(Location location)
,当位置改变时调用,但我们不知道任何关于 GPS 状态的信息。
如何使用Google Play Services
“旧”LocationManager
和LocationListener
?