我有一些情况,有星系音符,星系s3,联想7英寸
我正在使用GPS定位提供商,但在Galaxy note中无法获取我家内的任何积分。
在galaxy s3中,它适用于家庭和街道。
在lenovo 7英寸它不适用于家庭和街道我该如何解决这个问题?
public class StoPoints extends ListActivity implements LocationListener
protected LocationManager locationManager;
protected LocationListener locationListener;
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0,
0, this);
@Override
public void onLocationChanged(Location location2) {
location = location2;
}