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:
parent
0f6ba69df4
commit
a857b72129
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue