系统android10
adb root
adb remount
adb shell
cd /system/app/
rm -rf BluetoothExt
cd /data/data
rm -rf com.android.bluetooth com.android.bluetooth.overlay.common com.android.bluetoothmidiservice
reboot 重启设备
adb root
adb remount
adb push BluetoothExt /system/app/
adb reboot // 重启设备