# File lib/mobileesp_converted/user_agent_info.rb, line 941
    def detect_firefox_o_s()
      if (detect_firefox_o_s_phone() || detect_firefox_o_s_tablet())
        return true
      end

      return false
    end