We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a515cc commit 8c0bd6bCopy full SHA for 8c0bd6b
regexes/device/mobiles.yml
@@ -1503,10 +1503,7 @@ Sony:
1503
- regex: 'D5503'
1504
model: 'Xperia Z1 Compact'
1505
1506
- # general detections
1507
- - regex: 'Sony (Tablet[^/;]*) Build'
1508
- model: '$1'
1509
- device: 'tablet'
+ # explicit tablet models
1510
- regex: 'SGP(?:311|312|321) Build'
1511
model: 'Xperia Tablet Z'
1512
device: 'tablet'
@@ -1516,6 +1513,11 @@ Sony:
1516
1513
- regex: 'SGPT(?:12|121|122|123|13|131|132|133) Build'
1517
1514
model: 'Xperia Tablet S'
1518
1515
+
+ # general detections
+ - regex: 'Sony (Tablet[^/;]*) Build'
1519
+ model: '$1'
1520
+ device: 'tablet'
1521
- regex: '(SGP[^/;]*) Build'
1522
model: '$1'
1523
0 commit comments