22a4354db1
This is apparently shutting down uncleanly and frequently leaving unwanted stuff active :( Change-Id: I08e7b28adf1ec0725b82357df96beda2527e2f16
9 lines
228 B
Bash
9 lines
228 B
Bash
#!/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
|