summaryrefslogtreecommitdiffstats
path: root/location
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@android.com>2010-08-27 18:10:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-27 18:10:38 -0700
commit59e61354801b378c074b85f0dea0da62481298c9 (patch)
tree422c065e738cbe1e99e5ae35482eede3a3760990 /location
parent769690e9ea87e00dee7c15d652333eaa2c6c5264 (diff)
parentd71021cb30bd20dabd6783f4235d5f245a7bd1a3 (diff)
downloadframeworks_base-59e61354801b378c074b85f0dea0da62481298c9.zip
frameworks_base-59e61354801b378c074b85f0dea0da62481298c9.tar.gz
frameworks_base-59e61354801b378c074b85f0dea0da62481298c9.tar.bz2
am d71021cb: am 0c731f99: Merge "Send broadcast intent when configured location providers change." into gingerbread
Merge commit 'd71021cb30bd20dabd6783f4235d5f245a7bd1a3' * commit 'd71021cb30bd20dabd6783f4235d5f245a7bd1a3': Send broadcast intent when configured location providers change.
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/LocationManager.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java
index 9ceda7e..9aa84a03 100644
--- a/location/java/android/location/LocationManager.java
+++ b/location/java/android/location/LocationManager.java
@@ -127,6 +127,13 @@ public class LocationManager {
"android.location.GPS_ENABLED_CHANGE";
/**
+ * Broadcast intent action when the configured location providers
+ * change.
+ */
+ public static final String PROVIDERS_CHANGED_ACTION =
+ "android.location.PROVIDERS_CHANGED";
+
+ /**
* Broadcast intent action indicating that the GPS has either started or
* stopped receiving GPS fixes. An intent extra provides this state as a
* boolean, where {@code true} means that the GPS is actively receiving fixes.