Add google pixel devices

- Add Google Pixel and Google Pixel XL mobiles
- Add Google Pixel C tablet
This commit is contained in:
Robert Tod
2016-11-17 13:36:08 -05:00
parent 01ae611dfa
commit 5379ec8513
2 changed files with 40 additions and 0 deletions

View File

@@ -480,4 +480,37 @@
"type" : "mobile"
}
}
,
{
"desc" : "Google Pixel C",
"ua" : "Mozilla/5.0 (Linux; Android 7.0; Pixel C Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Safari/537.36",
"expect" :
{
"vendor" : "Google",
"model" : "Pixel C",
"type" : "tablet"
}
}
,
{
"desc" : "Google Pixel",
"ua" : "Mozilla/5.0 (Linux; Android 7.1; Pixel Build/NDE63V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36",
"expect" :
{
"vendor" : "Google",
"model" : "Pixel",
"type" : "mobile"
}
}
,
{
"desc" : "Google Pixel",
"ua" : "Mozilla/5.0 (Linux; Android 7.1; Pixel XL Build/NDE63X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36",
"expect" :
{
"vendor" : "Google",
"model" : "Pixel XL",
"type" : "mobile"
}
}
]