删除模拟位置提供程序问题

时间:2014-01-06 07:44:00

标签: android gps

我在我的应用程序中使用测试GPS提供程序,当我在使用后尝试清理测试提供程序时。

问题是我的GPS在那之后停止工作,我做错了什么?

这是我的代码:

if (locationManager.getProvider(LocationManager.GPS_PROVIDER)!=null){
    locationManager.setTestProviderEnabled(LocationManager.GPS_PROVIDER, false);
    locationManager.removeTestProvider(LocationManager.GPS_PROVIDER);
}

我知道有一个newer API,但我更喜欢使用旧版本。

0 个答案:

没有答案