Check for tablet first

This commit is contained in:
Faisal Salman
2015-12-12 17:34:00 +07:00
parent 5d3835ad00
commit cf5c1f9e01
2 changed files with 12 additions and 1 deletions

View File

@@ -258,5 +258,15 @@
"model" : "PlayStation 4",
"type" : "console"
}
},
{
"desc" : "Galaxy Nexus",
"ua" : "Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19",
"expect" :
{
"vendor" : "Samsung",
"model" : "Galaxy Nexus",
"type" : "mobile"
}
}
]