views:

79

answers:

0

Hi. I'm currently having some problem with my application.

I accidentally ran the following code:

locationManager.removeTestProvider("gps");

And now i obviously can't get a GPS fix in google maps.. have to reboot.

But my app need to remove the original GPS provider to create it's own fake one. So im just wondering if it's possible to enable the provider again? and make it use the real GPS in the phone, not my mock locations.

Regards, Adam.

related questions