summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMark Vandevoorde <mtv@google.com>2010-05-21 15:43:26 -0700
committerMark Vandevoorde <mtv@google.com>2010-05-21 15:43:26 -0700
commit01ac80b715881db22bde8b31633dd8a4dc375389 (patch)
tree2a49fc9e6ff824f729f64bdacb3b48835d99e367 /api
parent11c6847d5960edeb0f15d0fd34045c89bd302d41 (diff)
downloadframeworks_base-01ac80b715881db22bde8b31633dd8a4dc375389.zip
frameworks_base-01ac80b715881db22bde8b31633dd8a4dc375389.tar.gz
frameworks_base-01ac80b715881db22bde8b31633dd8a4dc375389.tar.bz2
Add Geocorder.isImplemented()
The Geocorder interface is not part of the Android core. It requires a backend service which may or may not be available on a device. The new isImplemented static method allows apps to discover whether the Geocorder is in fact available on the device. Change-Id: I2b5cf7bcc9cce4766bcbb156e91edf34b01f9296
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 3e37035..923a7b6 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -82140,6 +82140,17 @@
<exception name="IOException" type="java.io.IOException">
</exception>
</method>
+<method name="isImplemented"
+ return="java.lang.Boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
</class>
<class name="GeocoderParams"
extends="java.lang.Object"