# File lib/mobileesp_converted/user_agent_info.rb, line 1231
    def detect_smartphone()

      return (detect_tier_iphone() || detect_s60_oss_browser() || detect_symbian_o_s() || detect_windows_mobile() || detect_black_berry() || detect_meego_phone() || detect_palm_o_s())
    end