summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 579f8dde..ed78742c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="com.android.providers.downloads"
android:sharedUserId="android.media">
@@ -40,7 +41,8 @@
<permission android:name="android.permission.ACCESS_ALL_DOWNLOADS"
android:label="@string/permlab_accessAllDownloads"
android:description="@string/permdesc_accessAllDownloads"
- android:protectionLevel="signature"/>
+ android:protectionLevel="signature"
+ androidprv:allowViaWhitelist="true" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />