我正在使用以下代码获取我的当前位置。但我面临的问题是,它总是为纬度和经度返回0.0。我已经打开了手机中的GPS设置并设置了所有权限。但我仍然面临着这个问题。locationManager=(LocationManager)getSystemService(Context.LOCATION_SERVICE);customLocationListener=newCustomLocationListener();locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,0,0,customLocationListe