Add LocationManager.MODE_CHANGED_ACTION broadcast

- Currently redundant with PROVIDERS_CHANGED_ACTION, but that may
change in the future

- Part of fix for b/10409275

Change-Id: I12daaf20e6546fd9e9dc71c599967fa0ad95e27f
This commit is contained in:
Tom O'Neill
2013-09-03 18:05:13 -07:00
parent d0e2a2e7a9
commit 40a86c24d2
4 changed files with 17 additions and 1 deletions

View File

@@ -152,11 +152,23 @@ public class LocationManager {
/**
* Broadcast intent action when the configured location providers
* change.
* change. If you're interacting with the
* {@link android.provider.Settings.Secure#LOCATION_MODE} API,
* use {@link #MODE_CHANGED_ACTION} instead.
*/
public static final String PROVIDERS_CHANGED_ACTION =
"android.location.PROVIDERS_CHANGED";
/**
* Broadcast intent action when {@link android.provider.Settings.Secure#LOCATION_MODE} changes.
* If you're interacting with provider-based APIs such as {@link #getProviders(boolean)}, you
* use {@link #PROVIDERS_CHANGED_ACTION} instead.
*
* In the future, there may be mode changes that do not result in
* {@link #PROVIDERS_CHANGED_ACTION} broadcasts.
*/
public static final String MODE_CHANGED_ACTION = "android.location.MODE_CHANGED";
/**
* Broadcast intent action indicating that the GPS has either started or
* stopped receiving GPS fixes. An intent extra provides this state as a