summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 20fe6ca6..d6c85d34 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,6 +21,12 @@
android:description="@string/permdesc_downloadCompletedIntent"
android:protectionLevel="signature" />
+ <!-- Allows to download non-purgeable files to the cache partition through the public API -->
+ <permission android:name="android.permission.DOWNLOAD_CACHE_NON_PURGEABLE"
+ android:label="@string/permlab_downloadCacheNonPurgeable"
+ android:description="@string/permdesc_downloadCacheNonPurgeable"
+ android:protectionLevel="dangerous"/>
+
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
<uses-permission android:name="android.permission.ACCESS_DRM" />