Update BackgroundServiceDelegate.mc

Amended accuracy for QUALITY_LAST_KNOWN.
This commit is contained in:
Philip Abbey
2026-03-11 14:34:50 +00:00
parent 07f3be0d26
commit 6d0f449904

View File

@@ -119,7 +119,7 @@ class BackgroundServiceDelegate extends System.ServiceDelegate {
var accuracy = 0;
switch (position.accuracy) {
case Position.QUALITY_LAST_KNOWN:
accuracy = 100;
accuracy = 200;
break;
case Position.QUALITY_POOR:
accuracy = 100;