summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Greenwalt <robdroid@android.com>2010-03-12 10:47:58 -0800
committerRobert Greenwalt <robdroid@android.com>2010-03-12 12:18:22 -0800
commit99a087c4a1b1234350e9bf59420a3b119ba199e8 (patch)
tree1b5885b568efb4c2163424992bf3413412e25c09
parentcc571bb94ecf2c616090c876baff740d97adfea7 (diff)
downloadsapphire-99a087c4a1b1234350e9bf59420a3b119ba199e8.tar.gz
Update the Sapphire tethering config.
Allows tethering to use wifi as the upstream link. A strange usecase, but perhaps your on-laptop wifi is dead. Change-Id: If1c8299e2ab47ab6a27ebfced220772202fe2207
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index f839b81..48a32ab 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -59,6 +59,7 @@
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>"tiwlan\\d"</item>
</string-array>
<!-- Boolean indicating if we require the use of DUN on mobile for tethering -->