diff --git a/metadata/org.fitchfamily.android.wifi_backend.txt b/metadata/org.fitchfamily.android.wifi_backend.txt index 0adba3b14b..bd244d571e 100644 --- a/metadata/org.fitchfamily.android.wifi_backend.txt +++ b/metadata/org.fitchfamily.android.wifi_backend.txt @@ -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. .