From be3aa64469e8d1806250318808f79f41fb4c7cbd Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Mon, 16 Jun 2014 17:13:09 -0700 Subject: Transition the Download Service's cleanup work to a scheduled Job ...preparatory to finally removing the scratchpad "idle maintenance" infrastructure from the product. Bug 14993295 Change-Id: I1e84247de19e616910db1781b2c399a8b15a805c --- AndroidManifest.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e8e187b2..579f8dde 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -99,10 +99,8 @@ - - - + android:exported="true" + android:permission="android.permission.BIND_JOB_SERVICE"> -- cgit v1.2.3