--判断当前是输入法执行默认手势，
if service.check("编辑框",node) then
return false
end



if service.click({
{"*同意*",
"确定",
"确认",
"下一步",
"安装",
"打开",
"*允许",
"是",
"发送",

"接听",
"扬声器",
"保存",
"更多*",
}
})
return true
end
