class Browser

def android?

Detect if browser is Android.
def android?
  !!(ua =~ /Android/)
end