JS 镜像语言环境判断方法
可以参考:https:developer.harmonyos.comcndocsdocumentationdocreferencesjsapisi18n0000001155058572
华为手机是否支持自定义锁屏页面?
可以参考:https:developer.harmonyos.comcndocsdocumentationdocreferencesjsapiswallpaper0000001154665636section1935265231117尝试使用wallpaper.setWallpaper方法设置锁屏壁纸。
TimePicker如何设置时间选择器的范围?
setRangeAPI描述如下:publicvoidsetRange(int[]ranges)Setsthetimerangethatcanbeselected.Thetimerangeisarrangedinthearrayinthefollowingsequence:starthour,startminute,startsecond,endhour,endminute,andendsecond.具体实现如下:TimePickertimePicker(TimePicker)findComponentById(ResourceTable.Idtime);可选的开始时间intstartHour0;intstartMin0;intstartSecond0;可选的结束时间小时intendHour15;分钟intendMin58;秒intendSecond60;timePicker.setRange(newint[]{startHour,startMin,startSecond,endHour,endMin,endSecond});未验证供你参考一下
桌面上滑打开任务后台杀死应用能触发onStop()吗
可参考如下链接,了解PageAbility生命周期:https:developer.harmonyos.comcndocsdocumentationdocguidesabilitypagelifecycle0000000000029840
关于Java UI拖拽式开发的问题
目前只支持JSUI拖拽式开发,参考官方文档:https:developer.harmonyos.comcndocsdocumentationdocguidesidelowcode0000001158284713