某些设备无法接收GPS位置

时间:2014-03-01 20:46:13

标签: java android gps

我有一些情况,有星系音符,星系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; 
}

0 个答案:

没有答案