if service.click({
 {"Accept call",
 }
 })
 return true
 end
 
 if service.click({
 {"Gửi",
 }
 })
 return true
 end
 
 if service.click({
 {"Gọi thoại",
 }
 })
 return true
 end
 
 if service.click({
 {"Loa, đang tắt",
 }
 })
 return true
 end
 
 if service.click({
 {"Loa, đang bật",
 }
 })
 return true
 end
 
 if service.click({
 {"Bật loa ngoài",
 }
 })
 return true
 end
 
 if service.click({
 {"Tắt loa ngoài",
 }
 })
 return true
 end
 
 if service.click({
 {"Gọi điện thoại",
 }
 })
 return true
 end
 
 if service.click({
 {"Change speaker",
 }
 })
 return true
 end
 
 if service.click({
 {"Trả lời",
 }
 })
 return true
 end
if service.click({
{"Phát video",
}
})
return true
end

if service.click({
{"Tạm dừng video",
}
})
return true
end