语法: isAccessibilityServiceRun()
    参数 类型 说明
    return 布尔类型 true︰请求成功
    false︰请求失败
    注意事项 仅使用无障碍模式下判断,其他模式无效
    1. import('java.lang.*')
    2. import('android.content.Context')
    3. import('com.nx.assist.lua.LuaEngine')
    4. import('com.nx.assist.lua.IReqSnapshotServiceResult')
    5. local cbReqSnapshot = IReqSnapshotServiceResult{
    6. onResult = function(ret)
    7. print(ret) --rettrue或者false true表示成功,false失败
    8. end
    9. }
    10. if isSnapshotServiceRun() == false then
    11. LuaEngine.requestSnapshotService(cbReqSnapshot)
    12. end
    13. sleep(1000000)

    💻进阶课程列表

    💻YOLOv5课程列表

    蜂群课堂-自动化教育