Add raw uncertainty to inject position api

New qmi loc api v02 adds a raw uncertainty to the
inject position api, which will be used by the
geofence engine.

Change-Id: I307619006c799c31121941ac5c11bf62f4691c86
CRs-fixed: 682963
This commit is contained in:
Dante Russo 2014-06-23 18:25:27 -07:00
parent 0f6ba69df4
commit a857b72129

View file

@ -540,11 +540,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy
{
ENTRY_LOG();
if (accuracy < 1000)
{
accuracy = 1000;
}
int ret_val = 0;
ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);