From da1c07da5674db15f2c3b0a5b47b3423f0a8fed9 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 10 Jul 2026 12:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4GPS=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8E=A5=E6=94=B6=E6=97=B6=E9=97=B4=E9=97=B4=E9=9A=94=E4=B8=BA?= =?UTF-8?q?5=E7=A7=92=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cc/winboll/studio/bytheway/services/GpsReceiveService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytheway/src/main/java/cc/winboll/studio/bytheway/services/GpsReceiveService.java b/bytheway/src/main/java/cc/winboll/studio/bytheway/services/GpsReceiveService.java index b5b9a18..9bae004 100644 --- a/bytheway/src/main/java/cc/winboll/studio/bytheway/services/GpsReceiveService.java +++ b/bytheway/src/main/java/cc/winboll/studio/bytheway/services/GpsReceiveService.java @@ -155,7 +155,7 @@ public class GpsReceiveService extends Service { // 最小时间间隔1秒,最小距离间隔0米,确保每次位置更新都能接收 locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, - 1000L, + 5000L, 0f, locationListener );