Added RCA Devices detection

This commit is contained in:
Nikhil Motiani
2017-03-16 14:57:28 +05:30
committed by Nikhil Motiani
parent 4768992762
commit 8e09cd49e3
2 changed files with 25 additions and 0 deletions

View File

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