summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-08-29 22:02:16 +0700
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-08-29 19:15:04 +0100
commiteb7754adb6c37a40f1ef52e21007170830c978ef (patch)
tree2e02fb274b780337369cb4ea23955493ca2c2822
parent5bdc7351cd7f70ea3f6d13a1490c6217c70d03bb (diff)
downloadvendor_replicant-eb7754adb6c37a40f1ef52e21007170830c978ef.zip
vendor_replicant-eb7754adb6c37a40f1ef52e21007170830c978ef.tar.gz
vendor_replicant-eb7754adb6c37a40f1ef52e21007170830c978ef.tar.bz2
otablock: also disable BroadcastReceiver
otherwise it'll prevent the device from going to sleep Change-Id: I56e20c4b3e33c78f30e095f38240d6663c9d74f5
-rw-r--r--prebuilt/common/bin/otablock1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt/common/bin/otablock b/prebuilt/common/bin/otablock
index b1a93f2..62dbd1b 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