From: Byron Jones Date: Tue, 22 May 2012 06:26:18 +0000 (+0800) Subject: Bug 753288: Adds support for detecting Android operating system X-Git-Tag: bugzilla-4.3.2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c366369abfb3bd5d353ccb14c8d8f298db27a80;p=thirdparty%2Fbugzilla.git Bug 753288: Adds support for detecting Android operating system r=LpSolit, a=LpSolit --- diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index e99a6d99f0..6ad771fabc 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -99,6 +99,7 @@ use constant OS_MAP => ( qr/\(.*QNX.*\)/ => ["Neutrino"], qr/\(.*VMS.*\)/ => ["OpenVMS"], qr/\(.*HP-?UX.*\)/ => ["HP-UX"], + qr/\(.*Android.*\)/ => ["Android"], # Windows qr/\(.*Windows XP.*\)/ => ["Windows XP"], qr/\(.*Windows NT 6\.2.*\)/ => ["Windows 8"],