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