# File lib/mobileesp_converted/user_agent_info.rb, line 1386
    def detect_tier_other_phones()

      if (detect_mobile_long() && !detect_tier_iphone() && !detect_tier_rich_css())
        return true
      end
      return false
    end