通过ADB停用系统更新和去除更新通知
# 屏蔽更新
adb shell pm disable-user com.oneplus.opbackup
# 清除更新通知
adb shell pm clear com.oneplus.opbackup
# 恢复更新
adb shell pm enable com.oneplus.opbackup通过ADB停用系统更新和去除更新通知
# 屏蔽更新
adb shell pm disable-user com.oneplus.opbackup
# 清除更新通知
adb shell pm clear com.oneplus.opbackup
# 恢复更新
adb shell pm enable com.oneplus.opbackup