summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-05-01 11:30:34 -0400
committerMike Lockwood <lockwood@android.com>2009-05-01 15:06:31 -0400
commit275555c8eb3fb5df6e7320873b88b77cdde85a9e (patch)
tree96c3bfe004179e2c08e87bf8784ad278dfdfe53d /api
parent767db0a1ec760042b145e7c19a672c7180ad10f3 (diff)
downloadframeworks_base-275555c8eb3fb5df6e7320873b88b77cdde85a9e.zip
frameworks_base-275555c8eb3fb5df6e7320873b88b77cdde85a9e.tar.gz
frameworks_base-275555c8eb3fb5df6e7320873b88b77cdde85a9e.tar.bz2
location: Add support for location providers outside of the system process.
Also added new permissions android.permission.INSTALL_LOCATION_PROVIDER and android.permission.INSTALL_LOCATION_COLLECTOR to the public API. Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'api')
-rw-r--r--api/current.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 5080ca3..ceaaf79 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -529,6 +529,28 @@
visibility="public"
>
</field>
+<field name="INSTALL_LOCATION_COLLECTOR"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.permission.INSTALL_LOCATION_COLLECTOR&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="INSTALL_LOCATION_PROVIDER"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.permission.INSTALL_LOCATION_PROVIDER&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="INSTALL_PACKAGES"
type="java.lang.String"
transient="false"