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 |