判断屏幕是否点亮状态

[复制链接]
查看1839 | 回复3 | 2023-3-20 06:04:34 | 显示全部楼层 |阅读模式
  1. function _检测屏幕是否亮屏()
  2. import('com.nx.assist.lua.LuaEngine')
  3. local context = LuaEngine.getContext()
  4. local thisServer = context.getSystemService(context.POWER_SERVICE)
  5. local isOn = false
  6. xpcall(function()
  7. if thisServer.isScreenOn()then isOn = true; end
  8. end,function()
  9. if thisServer.isInteractive() then  isOn = true; end
  10. end)
  11. return isOn
  12. end
复制代码


回复

使用道具 举报

152324093 | 2023-3-20 06:06:28 | 显示全部楼层
_检测屏幕是否亮屏()
回复

使用道具 举报

jj42353465 | 2023-3-30 20:02:36 | 显示全部楼层
终于可以发帖了
回复

使用道具 举报

cekgzanp | 2023-7-22 23:58:49 | 显示全部楼层
来学习一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则