From d01cbdbf9fec43da85227cff54126d83b0e9e4ca Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 22 May 2012 14:29:04 +0800 Subject: Bug 753288: adds support for detecting android operating system --- Bugzilla/UserAgent.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/UserAgent.pm') diff --git a/Bugzilla/UserAgent.pm b/Bugzilla/UserAgent.pm index 3e2ca7f99..7a5265fc3 100644 --- a/Bugzilla/UserAgent.pm +++ b/Bugzilla/UserAgent.pm @@ -119,6 +119,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"], -- cgit v1.2.3-24-g4f1b