LocalWifiNlpBackend: Make lint happy.
This commit is contained in:
parent
2317384c87
commit
880cd0567f
|
|
@ -1,6 +1,5 @@
|
||||||
Categories:Navigation
|
Categories:Navigation
|
||||||
License:GPLv3+
|
License:GPLv3+
|
||||||
Web Site:https://github.com/n76/wifi_backend
|
|
||||||
Source Code:https://github.com/n76/wifi_backend
|
Source Code:https://github.com/n76/wifi_backend
|
||||||
Issue Tracker:https://github.com/n76/wifi_backend/issues
|
Issue Tracker:https://github.com/n76/wifi_backend/issues
|
||||||
|
|
||||||
|
|
@ -8,19 +7,19 @@ Auto Name:WiFi Backend
|
||||||
Name:LocalWifiNlpBackend
|
Name:LocalWifiNlpBackend
|
||||||
Summary:UnifiedNlp location provider (local WiFi database)
|
Summary:UnifiedNlp location provider (local WiFi database)
|
||||||
Description:
|
Description:
|
||||||
[https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend
|
[https://github.com/microg/android_packages_apps_UnifiedNlp UnifiedNlp] backend
|
||||||
that uses locally acquired WiFi AP data to resolve user location.
|
that uses locally acquired WiFi AP data to resolve user location.
|
||||||
|
|
||||||
This backend consists of two parts sharing a common database. One part
|
This backend consists of two parts sharing a common database. One part
|
||||||
passively monitors the GPS. If the GPS has acquired and has a good position
|
passively monitors the GPS. If the GPS has acquired and has a good position
|
||||||
accuracy, then the WiFi APs detected by the phone are stored.
|
accuracy, then the WiFi APs detected by the phone are stored.
|
||||||
|
|
||||||
The other part is the actual location provider which uses the database to
|
The other part is the actual location provider which uses the database to
|
||||||
estimate location when the GPS is not available or has not yet gotten its first
|
estimate location when the GPS is not available or has not yet gotten its first
|
||||||
fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
|
fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
|
||||||
fix.
|
fix.
|
||||||
|
|
||||||
This backend performs no network data. All data acquired by the phone stays on
|
This backend performs no network data. All data acquired by the phone stays on
|
||||||
the phone and no queries are made to a centralized AP location provider.
|
the phone and no queries are made to a centralized AP location provider.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue