Improve device detection for wearables

This commit is contained in:
Faisal Salman
2024-11-30 22:51:29 +07:00
parent 259cd1422b
commit fbadfd7ace
8 changed files with 125 additions and 8 deletions

View File

@@ -115,5 +115,14 @@
"model": "OPD2203",
"type": "tablet"
}
},
{
"desc": "OnePlus Watch 2",
"ua": "Dalvik/2.1.0 (Linux; U; Android 13; OPWWE231 Build/TWR7.231113.001.OPWWE231_11_A.117.240703)",
"expect": {
"vendor": "OnePlus",
"model": "OPWWE231",
"type": "wearable"
}
}
]