Ricardo Cerqueira | ea14a88 | 2013-08-27 22:15:26 +0100 | [diff] [blame] | 1 | #!/system/bin/sh |
| 2 | |
| 3 | |
| 4 | ## If these activities are installed, get rid of them. We don't want updates |
| 5 | ## coming in from outside CM |
| 6 | |
| 7 | exec 2>/dev/null |
| 8 | pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity |
| 9 | pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService |
Pawit Pornkitprasan | 41b862c | 2013-08-29 22:02:16 +0700 | [diff] [blame^] | 10 | pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService\$Receiver |