目录 搜索 软硬件资源概况硬件接口图硬件接口定义开关机调试供电电源OTG_Debug功能测试及接口使用方法TTL串口RS485USB4GWiFi/蓝牙以太网局域网唤醒设置路由到以太网口设置动态分配IP设置静态IP取消路由模式DIDO耳机TF卡HDMILCD 设置屏幕旋转角设置屏幕显示密度HDMI横竖屏设置APK静默安装App check定时开关机隐藏显示状态栏隐藏显示导航栏关机和重启飞行模式截屏设置系统时间设置默认Launcher开机动态Logo 暂无相关搜索结果! 本文档使用 MinDoc 发布 取消路由模式 取消路由模式Intent intent = new Intent("android.ido.intent.action.route"); ntent.putExtra("type", "wan"); //取消路由模式 sendBroadcast(intent); systemReboot(false);文档更新时间: 2021-11-03 19:43 作者:Aeeditor
取消路由模式Intent intent = new Intent("android.ido.intent.action.route"); ntent.putExtra("type", "wan"); //取消路由模式 sendBroadcast(intent); systemReboot(false);文档更新时间: 2021-11-03 19:43 作者:Aeeditor