10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
|
#!/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
|