2013-08-27 21:15:26 +00:00
|
|
|
#!/system/bin/sh
|
|
|
|
|
|
|
|
|
|
|
|
## If these activities are installed, get rid of them. We don't want updates
|
|
|
|
## coming in from outside CM
|
|
|
|
|
|
|
|
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
|
2013-08-29 15:02:16 +00:00
|
|
|
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService\$Receiver
|