From a7fa30f3b96fc2740e779e539e78bde906d5ec40 Mon Sep 17 00:00:00 2001 From: Fred Quintana Date: Wed, 5 Feb 2014 16:55:03 -0800 Subject: add the WAKE_LOCK perm to the DownloadProvider The DownloadService needs the WAKE_LOCK permission, which it normally gets as a side-affect of the MediaProvider being in the same shared UID. Since clockwork doesn't include the MediaProvider the uses-permission needs to be added to DownloadProvider. Change-Id: Ib3f58695e21e1cf7d841bc55093c26b631092b30 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 031b3d37..cee7cbc9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -54,6 +54,7 @@ +