diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-21 08:52:25 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-21 08:52:25 -0700 |
commit | 8c690ea9976d644db3c96eddbbbd2d50eac56913 (patch) | |
tree | 42a2a1998447ed2402d32c3ab385989e0f7781ea /core/res/AndroidManifest.xml | |
parent | db79edc5dc39e103356cad8781148a8794520bc5 (diff) | |
parent | fd6e5f0dda50e113db4ccc55338b6c4f09da37a4 (diff) | |
download | frameworks_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.xml | 6 |
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 --> <!-- ======================================= --> |