Merge "Merge tag 'AU_LINUX_ANDROID_KK.04.04.04.010.031' into HEAD"
This commit is contained in:
commit
053bed1aa4
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