summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/bin
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-08-29 22:02:16 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2013-08-29 22:03:29 +0700
commit41b862ca204bcd97a422f66a9593c893aaadfda1 (patch)
treeaea31b641a9a83cec5219fdc19eb0807b7b363d4 /prebuilt/common/bin
parentea14a88a2ac567104f267fda5a4507d0ae48040c (diff)
downloadvendor_replicant-41b862ca204bcd97a422f66a9593c893aaadfda1.zip
vendor_replicant-41b862ca204bcd97a422f66a9593c893aaadfda1.tar.gz
vendor_replicant-41b862ca204bcd97a422f66a9593c893aaadfda1.tar.bz2
otablock: also disable BroadcastReceiver
otherwise it'll prevent the device from going to sleep Change-Id: I56e20c4b3e33c78f30e095f38240d6663c9d74f5
Diffstat (limited to 'prebuilt/common/bin')
-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