summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-02-17 06:42:23 -0500
committerMike Lockwood <lockwood@android.com>2010-02-17 18:36:40 -0500
commita4903f254b4711c8fc0ac5f7e3d605f4dce34f35 (patch)
treee43cd5c8258315768da788f390d230a105920154 /api
parentc6a0a9cb67930f7259f3f019e8fba22b07a906bf (diff)
downloadframeworks_base-a4903f254b4711c8fc0ac5f7e3d605f4dce34f35.zip
frameworks_base-a4903f254b4711c8fc0ac5f7e3d605f4dce34f35.tar.gz
frameworks_base-a4903f254b4711c8fc0ac5f7e3d605f4dce34f35.tar.bz2
Add passive location provider.
The passive location provider allows receiving location updates without actually triggering them. This allows an application to receive location updates that are being generated due to other clients of the location manager. Change-Id: Ibf7a96b089c56875d4f62d3210252ae8d9f32768 Signed-off-by: Mike Lockwood <lockwood@android.com>
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 c3a7b26..444b002 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -78725,6 +78725,17 @@
visibility="public"
>
</field>
+<field name="PASSIVE_PROVIDER"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;passive&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
<class name="LocationProvider"
extends="java.lang.Object"