summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorTK MUN <tk.mun@samsung.com>2011-06-06 12:57:24 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-06-06 12:57:24 -0700
commit60a31178385cfa1e7f10d364ae538b81f94536d4 (patch)
treeb5a09810ad21906d145b2c3023006c4f220f4762 /core
parenta959c8ff90e6357ebab3de1887b2c6a98f039489 (diff)
parent51704fc9c2f42e72a86f580c3e2aa977e8b6b006 (diff)
downloadframeworks_base-60a31178385cfa1e7f10d364ae538b81f94536d4.zip
frameworks_base-60a31178385cfa1e7f10d364ae538b81f94536d4.tar.gz
frameworks_base-60a31178385cfa1e7f10d364ae538b81f94536d4.tar.bz2
am 51704fc9: am cecb710a: am 94260caf: Allow control over search order for tethering upstream interface selection
* commit '51704fc9c2f42e72a86f580c3e2aa977e8b6b006': Allow control over search order for tethering upstream interface selection
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index fc14a2a..f9fa51c 100755
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -156,6 +156,7 @@
<!-- 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 -->
+ <!-- Interfaces will be prioritized according to the order listed -->
<string-array translatable="false" name="config_tether_upstream_regexs">
</string-array>