summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
commit1fbad9cfa532f13f6cf03f542febf2e4689edec5 (patch)
tree579995051548349b7b67798b18d006229038bdf4 /AndroidManifest.xml
parent57f55b3cb4f7e4136cde8d1ea12c1e70ec903362 (diff)
downloadandroid_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.tar.gz
android_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.tar.bz2
android_packages_providers_DownloadProvider-1fbad9cfa532f13f6cf03f542febf2e4689edec5.zip
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d9873e61..7769171b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -9,11 +9,11 @@
android:description="@string/permdesc_downloadManager"
android:protectionLevel="signatureOrSystem" />
- <!-- Allows access to the Download Manager data (for UI purposes) -->
- <permission android:name="android.permission.ACCESS_DOWNLOAD_DATA"
- android:label="@string/permlab_downloadData"
- android:description="@string/permdesc_downloadData"
- android:protectionLevel="signature" />
+ <!-- Allows advanced access to the Download Manager -->
+ <permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED"
+ android:label="@string/permlab_downloadManagerAdvanced"
+ android:description="@string/permdesc_downloadManagerAdvanced"
+ android:protectionLevel="signatureOrSystem" />
<!-- Allows filesystem access to /cache -->
<permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"
@@ -21,12 +21,6 @@
android:description="@string/permdesc_cacheFilesystem"
android:protectionLevel="signature" />
- <!-- Allow to download to /cache/update.install -->
- <permission android:name="android.permission.DOWNLOAD_OTA_UPDATE"
- android:label="@string/permlab_downloadOtaUpdate"
- android:description="@string/permdesc_downloadOtaUpdate"
- android:protectionLevel="signature" />
-
<!-- Allows to send download completed intents -->
<permission android:name="android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS"
android:label="@string/permlab_downloadCompletedIntent"