extends realTimeProvider

This commit is contained in:
zhongchao
2021-02-23 17:56:23 +08:00
parent 03e8c6cf3f
commit 3cedba9649
4 changed files with 22 additions and 10 deletions

View File

@@ -46,4 +46,9 @@ class SPIRealTimeTestClass implements IRealTimeProvider {
list.add(info);
return list;
}
@Override
public int getLocationAccuracy() {
return 0;
}
}