From 41b862ca204bcd97a422f66a9593c893aaadfda1 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Thu, 29 Aug 2013 22:02:16 +0700 Subject: [PATCH] otablock: also disable BroadcastReceiver otherwise it'll prevent the device from going to sleep Change-Id: I56e20c4b3e33c78f30e095f38240d6663c9d74f5 --- prebuilt/common/bin/otablock | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilt/common/bin/otablock b/prebuilt/common/bin/otablock index b1a93f26..62dbd1be 100644 --- a/prebuilt/common/bin/otablock +++ b/prebuilt/common/bin/otablock @@ -7,3 +7,4 @@ exec 2>/dev/null pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService +pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService\$Receiver