From 1f2c2c560400ba60c5b9dfd6fd4f5e73b232803a Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 6 Feb 2014 15:19:01 -0800 Subject: Add idle service to clean orphan downloads. Periodically reconcile database against disk contents. This handles the case where a user/app deletes files directly from disk without updating the database, and the rare case where a database delete didn't make it to deleting the underlying file. Also cleans up any downloads belonging to a UID when removed. Bug: 12924143 Change-Id: I4899d09df7ef71f2625491ac01ceeafa8a2013ce --- AndroidManifest.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 423538ae..9ea1dc32 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -92,12 +92,23 @@ - + + + + + + + + + -- cgit v1.2.3