LocalWifiNlpBackend: Make lint happy.

This commit is contained in:
Boris Kraut 2014-12-16 19:55:08 +01:00
parent 2317384c87
commit 880cd0567f

View file

@ -1,6 +1,5 @@
Categories:Navigation
License:GPLv3+
Web Site:https://github.com/n76/wifi_backend
Source Code:https://github.com/n76/wifi_backend
Issue Tracker:https://github.com/n76/wifi_backend/issues
@ -8,19 +7,19 @@ Auto Name:WiFi Backend
Name:LocalWifiNlpBackend
Summary:UnifiedNlp location provider (local WiFi database)
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.
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
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
accuracy, then the WiFi APs detected by the phone are stored.
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
fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
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
fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
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.
.