class Browser::Device::Android

def match?

def match?
  ua.include?("Android")
end