【教程】如何永久禁止系統(tǒng)更新(包括通知) 圖片
用adb調(diào)試執(zhí)行以下命令,卸載這兩個(gè)模塊:
adb devices
adb shell
pm uninstall --user 0 com.wssyncmldm
pm uninstall --user 0 com.sec.android.soagent
如果哪天想升級(jí)了,可以再加載回來:
adb shell cmd package install-existing com.wssyncmldm
adb shell cmd package install-existing com.sec.android.soagent
具體怎么使用adb調(diào)試,b站上可以搜搜視頻,這里只是給有需求的朋友指條路~
卸載后設(shè)置里就再也看不到系統(tǒng)更新的選項(xiàng),也不會(huì)收到通知了。

adb devices
adb shell
pm uninstall --user 0 com.wssyncmldm
pm uninstall --user 0 com.sec.android.soagent
如果哪天想升級(jí)了,可以再加載回來:
adb shell cmd package install-existing com.wssyncmldm
adb shell cmd package install-existing com.sec.android.soagent
具體怎么使用adb調(diào)試,b站上可以搜搜視頻,這里只是給有需求的朋友指條路~
卸載后設(shè)置里就再也看不到系統(tǒng)更新的選項(xiàng),也不會(huì)收到通知了。




