/** * Is the current HTTP_USER_AGENT a known Android mobile * agent string? * * @return boolean */ public function IsAndroid() { return MobileBrowserDetector::is_android(); }