56 lines
1.0 KiB
PHP
Executable File
56 lines
1.0 KiB
PHP
Executable File
<?php
|
|
|
|
namespace WhichBrowser\Data;
|
|
|
|
DeviceModels::$TOUCHWIZ_INDEX = array (
|
|
'@GT' =>
|
|
array (
|
|
0 => 'GT-B5310!',
|
|
1 => 'GT-B3410',
|
|
2 => 'GT-B7722',
|
|
3 => 'GT-C3262',
|
|
4 => 'GT-C33(00|03)!',
|
|
5 => 'GT-C3312R',
|
|
6 => 'GT-C3312!',
|
|
7 => 'GT-C3330',
|
|
8 => 'GT-C6712',
|
|
9 => 'GT-E2652!',
|
|
10 => 'GT-I6230!',
|
|
11 => 'GT-I6712!',
|
|
12 => 'GT-M3710',
|
|
13 => 'GT-M5650',
|
|
14 => 'GT-S3370!',
|
|
15 => 'GT-S36(50|53)!',
|
|
16 => 'GT-S3770!',
|
|
17 => 'GT-S38(00|02)!',
|
|
18 => 'GT-S3850',
|
|
19 => 'GT-S5220',
|
|
20 => 'GT-S5222R',
|
|
21 => 'GT-S5222',
|
|
22 => 'GT-S52(30|33)!',
|
|
23 => 'GT-S5260P',
|
|
24 => 'GT-S52(60|63)!',
|
|
25 => 'GT-S5292R',
|
|
26 => 'GT-S5292',
|
|
27 => 'GT-S5560!',
|
|
28 => 'GT-S5600',
|
|
29 => 'GT-S5603',
|
|
30 => 'GT-S5620!',
|
|
31 => 'GT-S5680',
|
|
32 => 'GT-S7550',
|
|
33 => 'GT-S8000c',
|
|
34 => 'GT-S8003',
|
|
),
|
|
'@S8' =>
|
|
array (
|
|
0 => 'S80(00|03)!',
|
|
),
|
|
'@SG' =>
|
|
array (
|
|
0 => 'SGH-A597',
|
|
1 => 'SGH-F480',
|
|
2 => 'SGH-F480I',
|
|
3 => 'SGH-T528g',
|
|
),
|
|
);
|