diff options
-rw-r--r-- | Bugzilla/UserAgent.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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"], |