summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-06-20 12:22:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-20 12:22:35 -0700
commit40717996bb4b66460a7b619b6da77b1d830f3379 (patch)
treeb0d00ddfd7354bcd409b1fce4a41e4caf75eca23 /overlay
parent3d5fe4b61a871bed4821fa82ef0dd863d45630f1 (diff)
parent39354845be78fd5d74bec3916355a518ebfbd506 (diff)
downloaddevice_samsung_crespo-40717996bb4b66460a7b619b6da77b1d830f3379.zip
device_samsung_crespo-40717996bb4b66460a7b619b6da77b1d830f3379.tar.gz
device_samsung_crespo-40717996bb4b66460a7b619b6da77b1d830f3379.tar.bz2
am 39354845: Fix Tethering configuration
* commit '39354845be78fd5d74bec3916355a518ebfbd506': Fix Tethering configuration
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 05ca381..9680997 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -135,12 +135,15 @@
<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>"rmnet\\d"</item>
- <item>"eth\\d"</item>
- </string-array>
+ <!-- Array of allowable ConnectivityManager network types for tethering -->
+ <!-- Common options are [1, 4] for wifi and dun or [0,1,5,7] for -->
+ <!-- mobile, wifi, hipri and bluetooth -->
+ <integer-array translatable="false" name="config_tether_upstream_types">
+ <item>0</item>
+ <item>1</item>
+ <item>5</item>
+ <item>7</item>
+ </integer-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
@@ -149,10 +152,6 @@
<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>
-
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>30</item>