summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-05-21 08:52:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-05-21 08:52:25 -0700
commit8c690ea9976d644db3c96eddbbbd2d50eac56913 (patch)
tree42a2a1998447ed2402d32c3ab385989e0f7781ea /core/res/AndroidManifest.xml
parentdb79edc5dc39e103356cad8781148a8794520bc5 (diff)
parentfd6e5f0dda50e113db4ccc55338b6c4f09da37a4 (diff)
downloadframeworks_base-8c690ea9976d644db3c96eddbbbd2d50eac56913.zip
frameworks_base-8c690ea9976d644db3c96eddbbbd2d50eac56913.tar.gz
frameworks_base-8c690ea9976d644db3c96eddbbbd2d50eac56913.tar.bz2
Merge change 2182 into donut
* changes: location: Replace ILocationCollector interface with new ILocationProvider method
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index b5f3a0f..fbaef5f 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -220,12 +220,6 @@
android:label="@string/permlab_installLocationProvider"
android:description="@string/permdesc_installLocationProvider" />
- <!-- Allows an application to install a location collector into the Location Manager -->
- <permission android:name="android.permission.INSTALL_LOCATION_COLLECTOR"
- android:protectionLevel="signatureOrSystem"
- android:label="@string/permlab_installLocationCollector"
- android:description="@string/permdesc_installLocationCollector" />
-
<!-- ======================================= -->
<!-- Permissions for accessing networks -->
<!-- ======================================= -->