summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-11-20 16:47:43 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-11-20 16:47:43 +0700
commitaab22ab8246a8eda403b15e7ccc47d7d441221bd (patch)
tree8aee031242aa01692b63c94d37f5da862aeb70a4 /overlay
parent251250b6036d7dace6fa808ea2d131554dc984cf (diff)
downloaddevice_samsung_aries-common-aab22ab8246a8eda403b15e7ccc47d7d441221bd.zip
device_samsung_aries-common-aab22ab8246a8eda403b15e7ccc47d7d441221bd.tar.gz
device_samsung_aries-common-aab22ab8246a8eda403b15e7ccc47d7d441221bd.tar.bz2
Fix tethering
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index ff9fa6c..0a08a97 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -151,15 +151,6 @@
<item>"usb0"</item>
</string-array>
- <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
- tethering on a new interface called "foo2" add <item>"foo\\d"</item> to the array -->
- <!--
- <string-array translatable="false" name="config_tether_upstream_regexs">
- <item>"pdp\\d"</item>
- <item>"eth\\d"</item>
- </string-array>
- -->
-
<!-- List of regexpressions describing the interface (if any) that represent tetherable
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
@@ -167,11 +158,13 @@
<item>"wl0.1"</item>
</string-array>
-
- <!-- Boolean indicating if we require the use of DUN on mobile for tethering -->
- <!--
- <bool translatable="false" name="config_tether_dun_required">false</bool>
- -->
+ <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
+ <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
+ <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
+ <integer-array translatable="false" name="config_tether_upstream_types">
+ <item>0</item>
+ <item>1</item>
+ </integer-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">