Call LocationManager.sendNiResponse() instead of calling directly to GpsLocationProvider

Change-Id: I190fb70a608539f77080db64be1bd5b8dc8519e3
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2010-03-17 23:19:25 -04:00
parent effca85fc4
commit ffc3f8f40c
3 changed files with 6 additions and 12 deletions

View File

@@ -30,7 +30,6 @@ import android.os.ServiceManager;
import android.widget.Toast;
import android.util.Log;
import android.location.LocationManager;
import com.android.internal.location.GpsLocationProvider;
import com.android.internal.location.GpsNetInitiatedHandler;
/**