Added Google Chromemast detection

This commit is contained in:
Arturo Mejia
2017-03-08 12:55:35 -05:00
parent 6555bf6e81
commit fe568ffe96
2 changed files with 13 additions and 0 deletions

View File

@@ -619,6 +619,9 @@
/android.+;\s(oppo)\s?([\w\s]+)\sbuild/i // OPPO
], [VENDOR, MODEL, [TYPE, MOBILE]], [
/crkey/i // Google Chromecast
], [[MODEL, 'Chromecast'], [VENDOR, 'Google']], [
/android.+;\s(glass)\s\d/i // Google Glass
], [MODEL, [VENDOR, 'Google'], [TYPE, WEARABLE]], [