Reduced compass update interval
Change-Id: I232eb144bea2139a11b7fa8aaee9375d843c14d8 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ public final class Debug {
|
|||||||
* Sets the default compass sensor update interval
|
* Sets the default compass sensor update interval
|
||||||
* @author ricky barrette
|
* @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
|
* The maximum running time for a single shot location service
|
||||||
|
|||||||
Reference in New Issue
Block a user