Init
This commit is contained in:
11
mobiledetect/tests/providers/vendors/Vodafone.php
vendored
Normal file
11
mobiledetect/tests/providers/vendors/Vodafone.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'Vodafone' => array(
|
||||
'Mozilla/5.0 (Linux; U; Android 3.2; hu-hu; SmartTab10-MSM8260-V02d-Dec022011-Vodafone-HU) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0' => array('isMobile' => true, 'isTablet' => true),
|
||||
'Mozilla/5.0 (Linux; Android 4.0.3; SmartTabII10 Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19' => array('isMobile' => true, 'isTablet' => true),
|
||||
'Mozilla/5.0 (Linux; U; Android 4.1.1; fr-fr; SmartTAB 1002 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30' => array('isMobile' => true, 'isTablet' => true),
|
||||
'Mozilla/5.0 (Linux; U; Android 4.0.4; de-de, SmartTabII7 Build/A2107A_A404_107_055_130124_VODA) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30' => array(
|
||||
'isMobile' => true, 'isTablet' => true,
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user