diff options
| -rw-r--r-- | api/current.xml | 11 | ||||
| -rw-r--r-- | location/java/android/location/LocationProviderImpl.java | 5 |
2 files changed, 0 insertions, 16 deletions
diff --git a/api/current.xml b/api/current.xml index 2fbd374..9bd5c01 100644 --- a/api/current.xml +++ b/api/current.xml @@ -78032,17 +78032,6 @@ visibility="public" > </method> -<method name="isEnabled" - return="boolean" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -</method> <method name="removeListener" return="void" abstract="true" diff --git a/location/java/android/location/LocationProviderImpl.java b/location/java/android/location/LocationProviderImpl.java index b0c2db7..7148a02 100644 --- a/location/java/android/location/LocationProviderImpl.java +++ b/location/java/android/location/LocationProviderImpl.java @@ -134,11 +134,6 @@ public abstract class LocationProviderImpl extends LocationProvider { public abstract void disable(); /** - * Returns true if the provider is currently enabled - */ - public abstract boolean isEnabled(); - - /** * Returns a information on the status of this provider. * {@link #OUT_OF_SERVICE} is returned if the provider is * out of service, and this is not expected to change in the near |
