From 00e74337a66f1bf25cfec0a17e8d4e4dfbc17231 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Wed, 14 Mar 2012 11:12:47 -0400 Subject: [PATCH] Reduced compass update interval Change-Id: I232eb144bea2139a11b7fa8aaee9375d843c14d8 Signed-off-by: Ricky Barrette --- LocationLib/src/com/TwentyCodes/android/debug/Debug.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationLib/src/com/TwentyCodes/android/debug/Debug.java b/LocationLib/src/com/TwentyCodes/android/debug/Debug.java index 03319d7..f3a9979 100644 --- a/LocationLib/src/com/TwentyCodes/android/debug/Debug.java +++ b/LocationLib/src/com/TwentyCodes/android/debug/Debug.java @@ -30,7 +30,7 @@ public final class Debug { * Sets the default compass sensor update interval * @author ricky barrette */ - public static final int COMPASS_UPDATE_INTERVAL = SensorManager.SENSOR_DELAY_UI; + public static final int COMPASS_UPDATE_INTERVAL = SensorManager.SENSOR_DELAY_NORMAL; /** * The maximum running time for a single shot location service