One UI 清除更新通知
adb shell
am force-stop com.wssyncmldm
pm clear com.wssyncmlmd
One UI 關閉系統更新
在 ADB 輸入以下指令:
adb shell pm disable-user --user 0 com.sec.android.soagent
adb shell pm disable-user --user 0 com.wssyncmldm
com.sec.android.soagent: Samsung 的更新代理服務com.wssyncmldm:系統自動檢查與推送更新的元件
若未來需升級回 One UI 7,執行以下指令恢復更新功能:
adb shell pm enable com.wssyncmldm
adb shell pm enable com.sec.android.soagent