Added Verizon Devices detection

This commit is contained in:
Nikhil Motiani
2017-03-16 15:00:00 +05:30
committed by Nikhil Motiani
parent 8e09cd49e3
commit 985a7b18e0
2 changed files with 36 additions and 0 deletions

View File

@@ -642,6 +642,9 @@
/android.+[;\/]\s*(RCT[\d\w]+)\s+build/i // RCA Tablets
], [MODEL, [VENDOR, 'RCA'], [TYPE, TABLET]], [
/android.+[;\/]\s*(Q[T|M][\d\w]+)\s+build/i // Verizon Tablet
], [MODEL, [VENDOR, 'Verizon'], [TYPE, TABLET]], [
/\s(tablet)[;\/]/i, // Unidentifiable Tablet
/\s(mobile)(?:[;\/]|\ssafari)/i // Unidentifiable Mobile
], [[TYPE, util.lowerize], VENDOR, MODEL]