Plugin Error
Plugin "Android WiFiADB" is incompatible (supported only in IntelliJ IDEAPlugin "ADBWiFi Connect" is incompatible (supported only in IntelliJ IDEA).
我正在尝试通过ADB命令启用/禁用飞机模式。adb shell am broadcast -a android.intent.action.AIRPLANE_MODEadb shell settings put global airplane_mode_on 0
adb shell am broadcast -a android.i
private fun check_My_Android_Mobile_Developer_Mode_Status() {val adb: Int = Settings.Secure.getInt(this.contentResolver,
Toast.makeText(this,"USBDebugging Detect: adb mode:"+adb, Toa