From 2c366369abfb3bd5d353ccb14c8d8f298db27a80 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 22 May 2012 14:26:18 +0800 Subject: Bug 753288: Adds support for detecting Android operating system r=LpSolit, a=LpSolit --- 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 e99a6d99f..6ad771fab 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"], -- cgit v1.2.3-24-g4f1b