Changed location service from non-working google to self-hosted

This commit is contained in:
Darafei Praliaskouski 2013-03-22 13:12:24 +03:00 committed by Alex Zolotarev
parent 17e064edf8
commit 105c34e4a2

View file

@ -113,7 +113,7 @@ public class WifiLocation extends BroadcastReceiver
@Override
protected Boolean doInBackground(String... params)
{
// Send http POST to google location service
// Send http POST to location service
HttpURLConnection conn = null;
try
{