通过ADB停用系统更新和去除更新通知 # 屏蔽更新 adb shell pm disable-user com.oneplus.opbackup # 清除更新通知 adb shell pm clear com.oneplus.opbackup # 恢复更新 adb shell pm enable c
What Is ADB Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android device. You can find the