From 05515ae925aa931bc19777e723e09a3748d8e5e3 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 31 May 2016 17:50:39 -0700 Subject: [PATCH] Move DownloadsManager to permanent whitelist. DownloadProvider is now based completely on JobScheduler, and deep inside the platform we allow foreground downloads (FLAG_WILL_BE_FOREGROUND) to run even while the device is in doze, so it doesn't need to be temporarily whitelisted anymore. BUG: 29056149 Change-Id: I3658bb42aeeee5d5528f91ec990d6e1bc54257b6 --- data/etc/platform.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/etc/platform.xml b/data/etc/platform.xml index a26850f5a3af6..627f3601de2f1 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -170,7 +170,7 @@ - +